We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de10a commit 3665d19Copy full SHA for 3665d19
phpunit.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
4
colors="true"
5
backupGlobals="true"
6
stopOnFailure="false"
@@ -17,8 +17,8 @@
17
</include>
18
</coverage>
19
<testsuites>
20
- <testsuite name="Test Suite">
21
- <directory suffix="TestCase.php">tests</directory>
+ <testsuite name="unit">
+ <directory suffix="Test.php">tests</directory>
22
</testsuite>
23
</testsuites>
24
<php>
0 commit comments