Issue #2779379 by sandip27: Minor Coding Standard Issue in color.test file
parent
82866f9c85
commit
223cd3435b
|
@ -122,7 +122,7 @@ class ColorTestCase extends DrupalWebTestCase {
|
||||||
$edit['palette[bg]'] = $color;
|
$edit['palette[bg]'] = $color;
|
||||||
$this->drupalPost($settings_path, $edit, t('Save configuration'));
|
$this->drupalPost($settings_path, $edit, t('Save configuration'));
|
||||||
|
|
||||||
if($is_valid) {
|
if ($is_valid) {
|
||||||
$this->assertText('The configuration options have been saved.');
|
$this->assertText('The configuration options have been saved.');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue