- Patch #864252 by cwgordon7, andypost: code cleanup for Bartik color module implementation.
parent
3d62d3703b
commit
e3450c8125
|
@ -31,7 +31,7 @@ class ColorTestCase extends DrupalWebTestCase {
|
||||||
$this->themes = array(
|
$this->themes = array(
|
||||||
'bartik' => array(
|
'bartik' => array(
|
||||||
'palette_input' => 'palette[bg]',
|
'palette_input' => 'palette[bg]',
|
||||||
'scheme' => 'Slate',
|
'scheme' => 'slate',
|
||||||
'scheme_color' => '#3b3b3b',
|
'scheme_color' => '#3b3b3b',
|
||||||
),
|
),
|
||||||
'garland' => array(
|
'garland' => array(
|
||||||
|
@ -48,7 +48,6 @@ class ColorTestCase extends DrupalWebTestCase {
|
||||||
*/
|
*/
|
||||||
function testColor() {
|
function testColor() {
|
||||||
foreach ($this->themes as $theme => $test_values) {
|
foreach ($this->themes as $theme => $test_values) {
|
||||||
debug($theme);
|
|
||||||
$this->_testColor($theme, $test_values);
|
$this->_testColor($theme, $test_values);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue