$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.
@@ -151,35 +93,45 @@ class ColorTest extends BrowserTestBase {