Skip to content

Commit

Permalink
main: new example test class removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Jul 20, 2023
1 parent 39267c6 commit b026746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
colors="true" stopOnFailure="true"
>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<!-- <testsuite name="Unit">-->
<!-- <directory suffix="Test.php">./tests/Unit</directory>-->
<!-- </testsuite>-->
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
Expand Down
16 changes: 0 additions & 16 deletions tests/Unit/ExampleTest.php

This file was deleted.

0 comments on commit b026746

Please sign in to comment.