Skip to content

Commit 9b58d15

Browse files
authored
Merge branch 'master' into orchestra8
2 parents e676047 + 8e80b0a commit 9b58d15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
33
<testsuites>
44
<testsuite name="Package Test Suite">
5-
<directory suffix=".php">./tests/</directory>
6-
<exclude>./tests/TestCase.php</exclude>
7-
<exclude>./tests/Models</exclude>
8-
<exclude>./tests/Formatters</exclude>
9-
<exclude>./tests/Http</exclude>
5+
<directory suffix="Test.php">./tests/</directory>
106
</testsuite>
117
</testsuites>
128
</phpunit>

0 commit comments

Comments
 (0)