Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-24 11:11:15 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-24 11:11:15 +0300
commit09957ec3445987f574f0c398d5c0f2a4caf786d5 (patch)
treeedf8cc1f6a023b2eae28983950f9b2f91bc78893 /test
parent86f43b063bce46d56f2685899eef050b272e9523 (diff)
Fix undefined index
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_insert_edit_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libraries/PMA_insert_edit_test.php b/test/libraries/PMA_insert_edit_test.php
index 3b669fe273..a80debf756 100644
--- a/test/libraries/PMA_insert_edit_test.php
+++ b/test/libraries/PMA_insert_edit_test.php
@@ -3034,6 +3034,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
'Field' => 'foo',
'Type' => 'longtext',
'Null' => 'Yes',
+ 'Key' => '',
'pma_type' => 'longtext',
'True_Type' => 'longtext',
'Privileges' => 'select,insert,update,references',
@@ -3042,6 +3043,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
'Field' => 'bar',
'Type' => 'longtext',
'Null' => 'Yes',
+ 'Key' => '',
'pma_type' => 'longtext',
'True_Type' => 'longtext',
'Privileges' => 'select,update,references',