Fix typo in method name

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-09 11:27:55 +02:00
parent 3690415c70
commit 302bda9961

View File

@ -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;