You are here

private function AddThisFunctionalityTestCase::addThisServicesJsonUrlShouldBeAbleToBeSaved in AddThis 7.4

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

File

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

Class

AddThisFunctionalityTestCase
@file Tests for the AddThis-module.

Code

private function addThisServicesJsonUrlShouldBeAbleToBeSaved($servicesJsonUrl) {
  $this
    ->assertFieldByName(AddThis::SERVICES_JSON_URL_KEY, $servicesJsonUrl, 'AddThis services json URL should be able to be saved.');
}