gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

commit 1597aea2867455989727f12e52cd5cd1b822bbaf
parent 2bf45598ac016ed929be6ca0e500ebecc3d0473c
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 13 Oct 2015 20:59:11 +0200

Update phpunit.xml
Diffstat:
Mphpunit.xml | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/phpunit.xml b/phpunit.xml @@ -1,24 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true" verbose="true"> - <php> - <var name="db_dsn" value="mysqli:dbname=RPICMS;host=localhost"/> - <var name="db_username" value="root"/> - <var name="db_password" value=""/> - </php> <testsuite name="mysqliLoadedTest"> <file>tests/mysqliLoadedTest.php</file> <file>tests/mysqliMakeDB.php</file> </testsuite> - <logging> - <log type="coverage-clover" target="build/logs/clover.xml"/> - </logging> - <filter> - <whitelist> - <directory>./</directory> - <exclude> - <directory>./tests</directory> - </exclude> - </whitelist> - </filter> </phpunit>