commit 81492221e0fd6545987beaac49e35d533a795379 parent 8e482df3ce8f3aaf497b81fc987794432079197b Author: mtrnord <mtrnord1@gmail.com> Date: Sun, 4 Oct 2015 20:23:09 +0200 maybe a problem with the function it self. Lets try Diffstat:
| M | .travis.yml | | | 2 | +- |
| M | phpunit_mysqli.xml | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -16,4 +16,4 @@ before_script: - chmod +x phpunit.phar - mysql -e 'create database RPICMS;' #RunTests -script: php phpunit.phar --configuration phpunit_$DB.xml --verbose +script: php phpunit.phar --configuration phpunit_$DB.xml --verbose --filter tryDBConnection diff --git a/phpunit_mysqli.xml b/phpunit_mysqli.xml @@ -8,5 +8,6 @@ </php> <testsuite name="mysqliLoadedTest"> <file>tests/mysqliLoadedTest.php</file> + <file>tests/mysqliMakeDB.php</file> </testsuite> </phpunit>