File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/. phpunit/phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
5
5
colors =" true"
6
6
bootstrap =" tests/bootstrap.php"
7
7
failOnRisky =" true"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.readthedocs.io/en/9.5/configuration.html -->
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/. phpunit/phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
5
5
colors =" true"
6
6
bootstrap =" tests/bootstrap.php"
7
7
failOnRisky =" true"
You can’t perform that action at this time.
0 commit comments