We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63765ff commit 08972b2Copy full SHA for 08972b2
1 file changed
phpunit.xml
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
5
- beStrictAboutTestsThatDoNotTestAnything = "true"
+ xsi:noNamespaceSchemaLocation="vendor/bin/.phpunit/phpunit.xsd"
6
beStrictAboutOutputDuringTests = "true"
7
colors = "true"
8
verbose = "true"
0 commit comments