diff --git a/tests/forms/RequirementsTest.php b/tests/forms/RequirementsTest.php index b48c88c9a..4262d2022 100644 --- a/tests/forms/RequirementsTest.php +++ b/tests/forms/RequirementsTest.php @@ -178,9 +178,6 @@ class RequirementsTest extends SapphireTest { $backend->block(SAPPHIRE_DIR . '/tests/forms/a.css'); $this->assertTrue(count($backend->get_css()) == 0, "There should be nothing in required css after file has been blocked."); - - - } } \ No newline at end of file