rpicms

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

commit 386482ead0039ca75c4e9e3124f38eb9114f7726
parent 6c02d886d28606ef9c40d69f622e4cba126d8821
Author: mtrnord <mtrnord1@gmail.com>
Date:   Sun,  4 Oct 2015 21:25:48 +0200

that wasn't the fix yet

Diffstat:
Mtests/mysqliLoadedTest.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mysqliLoadedTest.php b/tests/mysqliLoadedTest.php @@ -15,7 +15,7 @@ class mysqliLoadedTest extends PHPUnit_Framework_TestCase /** * @depends testForMysqli */ - public function DBConnectionTest() + public function testDBConnection() { $mysqli = new mysqli("localhost","root","","RPICMS"); // Check connection