You are here

protected property FilterSecurityTest::$adminUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/Tests/FilterSecurityTest.php \Drupal\filter\Tests\FilterSecurityTest::adminUser

A user with administrative permissions.

Type: \Drupal\user\UserInterface

File

core/modules/filter/src/Tests/FilterSecurityTest.php, line 35
Contains \Drupal\filter\Tests\FilterSecurityTest.

Class

FilterSecurityTest
Tests the behavior of check_markup() when a filter or text format vanishes, or when check_markup() is called in such a way that it is instructed to skip all filters of the "FilterInterface::TYPE_HTML_RESTRICTOR" type.

Namespace

Drupal\filter\Tests

Code

protected $adminUser;