You are here

public function PublishOnlyRenderedTest::testDefaultConfiguration in Acquia Lift Connector 8.4

Tests default configuration content.

File

modules/acquia_lift_publisher/tests/src/Kernel/EventSubscriber/Publish/PublishOnlyRenderedTest.php, line 135

Class

PublishOnlyRenderedTest
Class PublishOnlyRenderedTest.

Namespace

Drupal\Tests\acquia_lift_publisher\Kernel\EventSubscriber\Publish

Code

public function testDefaultConfiguration() {
  $pers_content_only = $this->publisherSettings
    ->get(ContentPublishingForm::$pushSettingField);
  $this
    ->assertTrue($pers_content_only, 'Personalized content push is active after installing module.');
}