You are here

protected property NodeAccessBaseTableTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php \Drupal\Tests\node\Functional\NodeAccessBaseTableTest::profile

The installation profile to use with this test.

This test class requires the "tags" taxonomy field.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php, line 33

Class

NodeAccessBaseTableTest
Tests behavior of the node access subsystem if the base table is not node.

Namespace

Drupal\Tests\node\Functional

Code

protected $profile = 'standard';