Files
core/phpunit.xml
T
Basilius Sauter 001e4e9718 Closes 8 and resolved conflict
Conflicts:
	phpunit.xml
2016-04-18 07:23:07 +02:00

16 lines
512 B
XML

<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>
</testsuite>
<testsuite name="Other">
<file>tests/TimeKeeperTest.php</file>
</testsuite>
</testsuites>
</phpunit>