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:
| M | tests/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