Skip to content

Commit 33594ca

Browse files
Define PHP const in PHPUnit XML file #859
1 parent 325057e commit 33594ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
</testsuite>
1313
</testsuites>
1414
<php>
15-
<const name="WP_TESTS_PHPUNIT_POLYFILLS_PATH" value="vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php"/>
15+
<const name="WP_TESTS_PHPUNIT_POLYFILLS_PATH" value="./vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php"/>
1616
</php>
1717
</phpunit>

0 commit comments

Comments
 (0)