public function test_GetCSS_Fail() { // This is the test case used which gives incorrect input and it is matched with the css in getCss function in FrontEnd.php file $form = 'abc'; $this->assertNotEquals($form, FrontEnd::getCss()); }