Skip to content

Commit

Permalink
Add phpunit.travis.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne committed Aug 21, 2018
1 parent feb05b1 commit 96e4945
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions phpunit.travis.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="db-class">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<var name="DB_DSN" value="mysql:host=localhost;dbname=db-class-testing;charset=utf8" />
<var name="DB_USER" value="root" />
<var name="DB_PASSWD" value="" />
<var name="DB_DBNAME" value="db-class-testing" />
</php>
</phpunit>

0 comments on commit 96e4945

Please sign in to comment.