rpicms

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

commit 20d18a6ecbb801448085e0ca1563d6c38bb1e066
parent 3bdfe78f0dab6141ca6d9cda1b96b2598787f161
Author: mtrnord <mtrnord1@gmail.com>
Date:   Sun,  4 Oct 2015 21:05:54 +0200

hmm

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

diff --git a/tests/mysqliLoadedTest.php b/tests/mysqliLoadedTest.php @@ -1,5 +1,5 @@ <?php -require_once ('../tests/mysqliLoadedTest.php'); +require_once ('tests/mysqliLoadedTest.php'); class mysqliLoadedTest extends PHPUnit_Framework_TestCase { public function testForMysqli()