Rename sample test, remove unit test

This commit is contained in:
2022-09-05 12:19:04 +02:00
parent 71781bb664
commit 414a569c7f
4 changed files with 15 additions and 42 deletions

View File

@ -5,9 +5,6 @@
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>