Issue #2779379 by sandip27: Minor Coding Standard Issue in color.test file

merge-requests/26/head
Stefan Ruijsenaars 2017-01-28 08:28:30 -08:00
parent 82866f9c85
commit 223cd3435b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class ColorTestCase extends DrupalWebTestCase {
$edit['palette[bg]'] = $color;
$this->drupalPost($settings_path, $edit, t('Save configuration'));
if($is_valid) {
if ($is_valid) {
$this->assertText('The configuration options have been saved.');
}
else {