Skip to content

Commit 00433e7

Browse files
committed
fix phpunit.xml
1 parent 0252303 commit 00433e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpunit.xml.dist

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
>
1212
<testsuites>
1313
<testsuite name="Package Test Suite">
14-
<directory suffix=".php">./tests/</directory>
14+
<directory suffix="Test.php">./tests/</directory>
1515
<exclude>./tests/factories/</exclude>
16-
<exclude>./tests/migrations/</exclude>
17-
<exclude>./tests/models/</exclude>
16+
<exclude>./tests/Eloquent/</exclude>
1817
</testsuite>
1918
</testsuites>
2019
<source>

0 commit comments

Comments
 (0)