We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5481c commit 4e424c0Copy full SHA for 4e424c0
1 file changed
tests/PhpInfoTest.phpt
@@ -38,6 +38,8 @@ class PhpInfoTest extends TestCase
38
$html = (new PhpInfo())->getHtml();
39
Assert::contains('<div id="phpinfo">', $html);
40
Assert::contains('disable_functions', $html);
41
+ Assert::contains('class="color-', $html);
42
+ Assert::notContains('style="color: #', $html);
43
}
44
45
0 commit comments