You are here

private function AddThisFunctionalityTestCase::addThis508CompliantSettingShouldBeAbleToBeSaved in AddThis 7.4

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

File

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

Class

AddThisFunctionalityTestCase
@file Tests for the AddThis-module.

Code

private function addThis508CompliantSettingShouldBeAbleToBeSaved() {
  $this
    ->assertFieldChecked('edit-addthis-508-compliant', 'AddThis 508 compliant setting should be able to be saved.');
}