From 0b0775fb28a3afe8dd48301518a730effd07b643 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 8 May 2012 12:23:24 -0400 Subject: [PATCH] Syntax error in test --- test/libraries/common/PMA_getCheckbox_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libraries/common/PMA_getCheckbox_test.php b/test/libraries/common/PMA_getCheckbox_test.php index c132c22a13..454f30f5ad 100644 --- a/test/libraries/common/PMA_getCheckbox_test.php +++ b/test/libraries/common/PMA_getCheckbox_test.php @@ -22,7 +22,7 @@ class PMA_display_html_checkbox_test extends PHPUnit_Framework_TestCase $this->assertEquals( PMA_getCheckbox($name, $label, false, false), '' - ) + ); } function testGetCheckboxChecked()