Skip to content

Commit 3d2be22

Browse files
authored
Update phpunit.xml.dist
1 parent 1759403 commit 3d2be22

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

phpunit.xml.dist

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
bootstrap="vendor/autoload.php"
3+
<phpunit
4+
colors="true"
5+
bootstrap="vendor/autoload.php"
126
>
137
<testsuites>
14-
<testsuite name="All Tests">
15-
<directory>tests/TestCase</directory>
8+
<testsuite name="plugin-installer">
9+
<directory>tests/TestCase/</directory>
1610
</testsuite>
1711
</testsuites>
1812

0 commit comments

Comments
 (0)