Improved Tests and CharacterModel
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<phpunit bootstrap="bootstrap/bootstrap.php">
|
||||
<php>
|
||||
<var name="DB_DSN" value="sqlite:dbtest.sqlite" />
|
||||
<var name="DB_USER" value="root" />
|
||||
<var name="DB_PASSWD" value="" />
|
||||
<var name="DB_NAME" value="daenerys" />
|
||||
</php>
|
||||
<testsuites>
|
||||
<testsuite name="Models">
|
||||
<directory>tests/Models</directory>
|
||||
|
||||
Reference in New Issue
Block a user