We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1759403 commit 3d2be22Copy full SHA for 3d2be22
1 file changed
phpunit.xml.dist
@@ -1,18 +1,12 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
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"
+<phpunit
+ colors="true"
+ bootstrap="vendor/autoload.php"
12
>
13
<testsuites>
14
- <testsuite name="All Tests">
15
- <directory>tests/TestCase</directory>
+ <testsuite name="plugin-installer">
+ <directory>tests/TestCase/</directory>
16
</testsuite>
17
</testsuites>
18
0 commit comments