From 302bda9961d094b05bdc155c9fa20fbea0b7b52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 May 2014 11:27:55 +0200 Subject: [PATCH] Fix typo in method name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/dbi/DBIDrizzle_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/dbi/DBIDrizzle_test.php b/test/classes/dbi/DBIDrizzle_test.php index 8834a113d5..f34907d29a 100644 --- a/test/classes/dbi/DBIDrizzle_test.php +++ b/test/classes/dbi/DBIDrizzle_test.php @@ -121,7 +121,7 @@ class PMA_DBI_Drizzle_Test extends PHPUnit_Framework_TestCase * * @group medium */ - public function testrSelectDb() + public function testSelectDb() { //$link is empty $GLOBALS['userlink'] = null;