rpicms

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

commit 3bdfe78f0dab6141ca6d9cda1b96b2598787f161
parent 2ba7c8101d0ffabe7a7ffeccc62ccd1153a67ade
Author: mtrnord <mtrnord1@gmail.com>
Date:   Sun,  4 Oct 2015 21:04:31 +0200

add missing character

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()