diff --git a/test/libraries/PMA_operations_test.php b/test/libraries/PMA_operations_test.php index d916c968d4..16565642f8 100644 --- a/test/libraries/PMA_operations_test.php +++ b/test/libraries/PMA_operations_test.php @@ -128,7 +128,7 @@ class PMA_operations_test extends PHPUnit_Framework_TestCase public function testPMA_getHtmlForTableRow(){ $this->assertEquals( - '', + '', PMA_getHtmlForTableRow("name", "lable", "value") ); }