We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dde5ff commit c8f6080Copy full SHA for c8f6080
phpunit.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
5
bootstrap="tests/bootstrap.php"
6
backupGlobals="false"
7
colors="true"
0 commit comments