split unit test into separate test classes

This commit is contained in:
2021-05-25 10:24:34 +02:00
parent e64122a5c6
commit 6fdaa8bd5a
5 changed files with 225 additions and 193 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<phpunit bootstrap="test/bootstrap.php">
<testsuites>
<testsuite name="Statify Blacklist TestSuite">
<directory suffix="_Test.php">./test/</directory>