generatePageIconsCss(); $this->assertNotContains('some invalid string', $css); $this->assertContains( 'tests/php/Controllers/LeftAndMainPageIconsExtensionTest/icon_b.jpg?m=', $css ); $this->assertContains( 'tests/php/Controllers/LeftAndMainPageIconsExtensionTest/icon_c.jpg?m=', $css ); } }