Skip to content

Commit 06dda92

Browse files
jrfnlsirbrillig
authored andcommitted
PHPUnit config: add testsuite name (#113)
This is a required attribute for PHPUnit 7+ and allowed in older versions.
1 parent 0b230c3 commit 06dda92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.circleci.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
bootstrap="VariableAnalysis/Tests/bootstrap.php"
33
>
44
<testsuites>
5-
<testsuite>
5+
<testsuite name="VariableAnalysis">
66
<directory>VariableAnalysis/Tests</directory>
77
</testsuite>
88
</testsuites>

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
printerClass="LimeDeck\Testing\Printer"
44
>
55
<testsuites>
6-
<testsuite>
6+
<testsuite name="VariableAnalysis">
77
<directory>VariableAnalysis/Tests</directory>
88
</testsuite>
99
</testsuites>

0 commit comments

Comments
 (0)