Remove unit tests

This commit is contained in:
Philipp Lang 2021-07-15 12:30:12 +02:00
parent b7d292289a
commit b591882d51
1 changed files with 0 additions and 3 deletions

View File

@ -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>