From b7e17814c1baa3d4623e130de764d218bb60c5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 1 Dec 2014 11:59:07 +0100 Subject: [PATCH] Fix variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/libraries/PMA_insert_edit_test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/libraries/PMA_insert_edit_test.php b/test/libraries/PMA_insert_edit_test.php index 8de6ac52c5..137016870c 100644 --- a/test/libraries/PMA_insert_edit_test.php +++ b/test/libraries/PMA_insert_edit_test.php @@ -226,7 +226,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase array(false), 0, array('1'), 'SELECT', array('1' => 'result1') ); - $attrInstance->setValue($restoreInstance); + $response->setValue($restoreInstance); $this->assertFalse($result); } @@ -1936,7 +1936,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase PMA_isInsertRow(); - $attrInstance->setValue($restoreInstance); + $response->setValue($restoreInstance); $this->assertEquals(5, $GLOBALS['cfg']['InsertRows']); } @@ -2799,7 +2799,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase $result = PMA_determineInsertOrEdit(null, 'db', 'table'); - $attrInstance->setValue($restoreInstance); + $response->setValue($restoreInstance); $this->assertEquals( array(