Skip to content

Commit 3665d19

Browse files
committed
Fix tests
1 parent 64de10a commit 3665d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: phpunit.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
44
colors="true"
55
backupGlobals="true"
66
stopOnFailure="false"
@@ -17,8 +17,8 @@
1717
</include>
1818
</coverage>
1919
<testsuites>
20-
<testsuite name="Test Suite">
21-
<directory suffix="TestCase.php">tests</directory>
20+
<testsuite name="unit">
21+
<directory suffix="Test.php">tests</directory>
2222
</testsuite>
2323
</testsuites>
2424
<php>

0 commit comments

Comments
 (0)