Skip to content

Commit 5ed7f32

Browse files
author
Simon Wahlstrom
committed
Rename wp-include test folder. This will prevent Sucuri and other scanners
from identifying 'old installations'.
1 parent d1d3b05 commit 5ed7f32

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers/wordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' );
4-
define( 'WPINC', 'wp-includes' );
4+
define( 'WPINC', 'wp-includes-for-tests' );
55

66
use org\bovigo\vfs\vfsStream;
77
use org\bovigo\vfs\content\LargeFileContent;

0 commit comments

Comments
 (0)