Remove unit tests
This commit is contained in:
parent
b7d292289a
commit
b591882d51
|
@ -4,9 +4,6 @@
|
|||
bootstrap="vendor/autoload.php"
|
||||
colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="Unit">
|
||||
<directory suffix="Test.php">./tests/Unit</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Feature">
|
||||
<directory suffix="Test.php">./tests/Feature</directory>
|
||||
</testsuite>
|
||||
|
|
Loading…
Reference in New Issue