You are here

private function AddThisFunctionalityTestCase::addThisGoogleAnalyticsSocialTrackingEnabledSettingShouldBeAbleToBeSaved in AddThis 7.4

File

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

Class

AddThisFunctionalityTestCase
@file Tests for the AddThis-module.

Code

private function addThisGoogleAnalyticsSocialTrackingEnabledSettingShouldBeAbleToBeSaved() {
  $this
    ->assertFieldChecked('edit-addthis-google-analytics-tracking-enabled', 'AddThis Google Analytics social tracking enabled setting should be able to be saved.');
}