Expand unit tests

This commit is contained in:
James Cole 2019-06-21 19:05:36 +02:00
parent e80cde86d6
commit 47c2d0eaf1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,9 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit/Console</directory>
<directory suffix="Test.php">./tests/Unit/Factory</directory>
<directory suffix="Test.php">./tests/Unit/Generator</directory>
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
</testsuite>

View File

@ -40,6 +40,9 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit/Console</directory>
<directory suffix="Test.php">./tests/Unit/Factory</directory>
<directory suffix="Test.php">./tests/Unit/Generator</directory>
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
</testsuite>

View File

@ -40,6 +40,9 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit/Console</directory>
<directory suffix="Test.php">./tests/Unit/Factory</directory>
<directory suffix="Test.php">./tests/Unit/Generator</directory>
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
</testsuite>