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()