Skip to content

Commit aab8edb

Browse files
Update
1 parent 227f803 commit aab8edb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

phpunit.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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/6.2/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.2/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
forceCoversAnnotation="true"
66
beStrictAboutCoversAnnotation="true"
77
beStrictAboutOutputDuringTests="true"
88
beStrictAboutTodoAnnotatedTests="true"
99
verbose="true">
10-
<testsuite>
11-
<directory suffix="Test.php">tests</directory>
12-
</testsuite>
10+
<testsuites>
11+
<testsuite name="default">
12+
<directory suffix="Test.php">tests</directory>
13+
</testsuite>
14+
</testsuites>
1315

1416
<filter>
1517
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)