rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit d86159ee9fa71c02db9ffb374ed53632d65ec681
parent eff9c6943474af1b21c83f4e48969eeae6b2f529
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun,  4 Oct 2015 15:30:35 +0200

Update phpunit_mysql.xml
Diffstat:
Mphpunit_mysql.xml | 14+++++---------
1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/phpunit_mysql.xml b/phpunit_mysql.xml @@ -1,18 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit indexTest="Tests/indexTest.php" colors="true"> +<phpunit bootstrap="Tests/bootstrap.php" colors="true" verbose="true"> <php> - <var name="db_dsn" value="mysql:dbname=hello_world_test;host=localhost"/> + <var name="db_dsn" value="mysqli:dbname=RPICMS;host=localhost"/> <var name="db_username" value="root"/> <var name="db_password" value=""/> </php> - - <testsuites> - <testsuite name="RPICMS Test Suite"> - <directory>./Tests/</directory> - </testsuite> - </testsuites> - + <testsuite name="mysqliLoadedTest"> + <file>Tests/mysqliTest.php</file> + </testsuite> <filter> <whitelist> <directory>./</directory>