diff --git a/test-data/wordpress/wordpress4.0/wp-includes/version.php b/test-data/wordpress/wordpress4.0/wp-includes/version.php index 5b77f5c..7ca5bfe 100644 --- a/test-data/wordpress/wordpress4.0/wp-includes/version.php +++ b/test-data/wordpress/wordpress4.0/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0'; +$wp_version = '4.9.25'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -32,4 +32,4 @@ * * @global string $required_mysql_version */ -$required_mysql_version = '5.0'; \ No newline at end of file +$required_mysql_version = '5.0'; diff --git a/tests/Matchers/WordpressTest.php b/tests/Matchers/WordpressTest.php index a3a7f61..7f1e2b0 100644 --- a/tests/Matchers/WordpressTest.php +++ b/tests/Matchers/WordpressTest.php @@ -32,7 +32,7 @@ public static function detectablePathsProvider(): array ['wordpress/wordpress2.2', '2.2.1'], ['wordpress/wordpress2.9', '2.9'], ['wordpress/wordpress3.7', '3.7.5'], - ['wordpress/wordpress4.0', '4.0'], + ['wordpress/wordpress4.0', '4.9.25'], ]; }