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.
1 parent 0252303 commit 00433e7Copy full SHA for 00433e7
phpunit.xml.dist
@@ -11,10 +11,9 @@
11
>
12
<testsuites>
13
<testsuite name="Package Test Suite">
14
- <directory suffix=".php">./tests/</directory>
+ <directory suffix="Test.php">./tests/</directory>
15
<exclude>./tests/factories/</exclude>
16
- <exclude>./tests/migrations/</exclude>
17
- <exclude>./tests/models/</exclude>
+ <exclude>./tests/Eloquent/</exclude>
18
</testsuite>
19
</testsuites>
20
<source>
0 commit comments