Refactor ModelTestCase so I can use it outside of the Core.

This commit is contained in:
Austen McDonald
2016-08-22 05:10:55 +00:00
parent db95b84452
commit 86751fc6d5
15 changed files with 266 additions and 253 deletions
+3
View File
@@ -1,4 +1,7 @@
<phpunit bootstrap="bootstrap/bootstrap.php">
<php>
<env name="LOTGD_TESTS_CONFIG_PATH" value="./config/lotgd.yml"/>
</php>
<testsuites>
<testsuite name="All">
<directory>tests</directory>