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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-06-14 14:22:52 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-06-14 14:22:52 +0300
commit8d443b08a55fd30a375715ccfc41174ddc6c8d56 (patch)
treea656f32289a4fbaebc8c71a8a625f5821314edb6 /test
parent10437a807c4c1e6996ed90d0444299cdc97c9416 (diff)
Make PHPcs happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_DBQbe_test.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/classes/PMA_DBQbe_test.php b/test/classes/PMA_DBQbe_test.php
index c93e8fc906..84dc7905f1 100644
--- a/test/classes/PMA_DBQbe_test.php
+++ b/test/classes/PMA_DBQbe_test.php
@@ -272,9 +272,10 @@ class PMA_DBQbe_Test extends PHPUnit_Framework_TestCase
. '</strong><input type="radio" name="criteriaAndOrColumn[1]" value='
. '"and" checked="checked" /><br />Ins<input type="checkbox" name='
. '"criteriaColumnInsert[1]" />&nbsp;&nbsp;Del<input type="checkbox" '
- . 'name="criteriaColumnDelete[1]" /></td><td class="center"><br />Ins<input '
- . 'type="checkbox" name="criteriaColumnInsert[2]" />&nbsp;&nbsp;Del'
- . '<input type="checkbox" name="criteriaColumnDelete[2]" /></td></tr>',
+ . 'name="criteriaColumnDelete[1]" /></td><td class="center"><br />Ins'
+ . '<input type="checkbox" name="criteriaColumnInsert[2]" />&nbsp;&nbsp;'
+ . 'Del<input type="checkbox" name="criteriaColumnDelete[2]" /></td>'
+ . '</tr>',
$this->_callProtectedFunction(
'_getModifyColumnsRow',
array()