You are here

private function AddThisFunctionalityTestCase::addThisUiHeaderBackgroundColorShouldBeAbleToBeSaved in AddThis 7.4

1 call to AddThisFunctionalityTestCase::addThisUiHeaderBackgroundColorShouldBeAbleToBeSaved()
AddThisFunctionalityTestCase::addThisSystemSettingsShouldBeAbleToBeSaved in tests/AddThisFunctionalityTestCase.test

File

tests/AddThisFunctionalityTestCase.test, line 284
Tests for the AddThis-module.

Class

AddThisFunctionalityTestCase
@file Tests for the AddThis-module.

Code

private function addThisUiHeaderBackgroundColorShouldBeAbleToBeSaved($uiHeaderBackgroundColor) {
  $this
    ->assertFieldByName(AddThis::UI_HEADER_BACKGROUND_COLOR_KEY, $uiHeaderBackgroundColor, 'AddThis UI header background color should be able to be saved.');
}