Skip to content

Commit

Permalink
Remove unused test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
duyphan2502 committed Sep 17, 2017
1 parent 2e98417 commit e8a8cd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
8 changes: 0 additions & 8 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>

<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>

<testsuite name="WebEd">
<directory suffix="Test.php">./tests/Feature/WebEd</directory>
</testsuite>
Expand Down
21 changes: 0 additions & 21 deletions tests/Feature/ExampleTest.php

This file was deleted.

19 changes: 0 additions & 19 deletions tests/Unit/ExampleTest.php

This file was deleted.

0 comments on commit e8a8cd2

Please sign in to comment.