You are here

public function ContentHubFiltersTest::testFiltersUnAuthorizedUser in Acquia Content Hub 8

Tests Operations on Filters as Unauthorized User.

File

acquia_contenthub_subscriber/tests/src/Functional/ContentHubFiltersTest.php, line 47

Class

ContentHubFiltersTest
Tests the functionality of Content Hub Filters.

Namespace

Drupal\Tests\acquia_contenthub_subscriber\Functional

Code

public function testFiltersUnAuthorizedUser() {
  $this
    ->drupalLogin($this->unauthorizedUser);
  $this
    ->allHttpRequestDenied();
  $this
    ->drupalLogout();
}