Fix test to run with new bootstrapping

This commit is contained in:
Dane Everitt 2018-03-04 22:42:33 -06:00
parent e8ea218f20
commit ac9f83a8fe
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 10 additions and 38 deletions

View file

@ -10,8 +10,8 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
<testsuite name="Integration">
<directory suffix="Test.php">./tests/Integration</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>