Improve test coverage.

This commit is contained in:
James Cole
2019-07-31 16:53:09 +02:00
parent 5524941c90
commit 9b574ce7ad
155 changed files with 1890 additions and 2263 deletions

View File

@@ -43,8 +43,12 @@
<directory suffix="Test.php">./tests/Unit/Generator</directory>
<directory suffix="Test.php">./tests/Unit/Handlers</directory>
<directory suffix="Test.php">./tests/Unit/Helpers</directory>
<directory suffix="Test.php">./tests/Unit/Middleware</directory>
<directory suffix="Test.php">./tests/Unit/Import</directory>
<directory suffix="Test.php">./tests/Unit/Jobs</directory>
<directory suffix="Test.php">./tests/Unit/Middleware</directory>
<directory suffix="Test.php">./tests/Unit/Rules</directory>
<directory suffix="Test.php">./tests/Unit/Services</directory>
<directory suffix="Test.php">./tests/Unit/Support</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>