We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e676047 + 8e80b0a commit 9b58d15Copy full SHA for 9b58d15
phpunit.xml.dist
@@ -2,11 +2,7 @@
2
<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">
3
<testsuites>
4
<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>
+ <directory suffix="Test.php">./tests/</directory>
10
</testsuite>
11
</testsuites>
12
</phpunit>
0 commit comments