rpicms

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

commit fca98e742ed042c9eae6fcef6990bf761ce7822d
parent 351122b9cd672c3d3280fb0769a0eb485b21fc63
Author: mtrnord <mtrnord1@gmail.com>
Date:   Sun,  4 Oct 2015 20:29:09 +0200

fix error

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

diff --git a/tests/mysqliLoadedTest.php b/tests/mysqliLoadedTest.php @@ -3,7 +3,7 @@ class mysqliLoadedTest extends PHPUnit_Framework_TestCase { public function __construct() { - $obj = new Foobar(); + $obj = new mysqliLoadedTest(); $this->assertTrue($obj->testForMysqli()); $this->assertTrue($obj->tryDBConnection()); }