Skip to content

Commit 83e65eb

Browse files
authored
Merge pull request #12 from elgibor-solution/hotfix/phpunit-tests-fix
removed feature testsuite - no Feature tests folder available
2 parents e740828 + 41915c8 commit 83e65eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
<testsuite name="Unit">
2323
<directory suffix="Test.php">./tests/Unit</directory>
2424
</testsuite>
25-
<testsuite name="Feature">
26-
<directory suffix="Test.php">./tests/Feature</directory>
27-
</testsuite>
2825
</testsuites>
2926
<php>
3027
<env name="DB_CONNECTION" value="testing"/>

0 commit comments

Comments
 (0)
close