$this->assertStringContainsString('color: '.$test_values['scheme_color'],$stylesheet_content,'Make sure the color we changed is in the color stylesheet. ('.$theme.')');
$this->assertStringContainsString('color: #3b3b3b',$stylesheet_content,'Make sure the color we changed is in the color stylesheet.');
}
// Test with aggregated CSS turned on.
@@ -152,35 +95,45 @@ public function _testColor($theme, $test_values) {