Issue #3281430 by Spokje, deviantintegral, lauriii: Update non-migration Color...
Issue #3281430 by Spokje, deviantintegral, lauriii: Update non-migration Color tests to not use Bartik
(cherry picked from commit 8d989075)
(cherry picked from commit 861205ad)
$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) {