You are here

protected property TableSortExampleTest::$profile in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/tablesort_example/tests/src/Functional/TableSortExampleTest.php \Drupal\Tests\tablesort_example\Functional\TableSortExampleTest::profile

The installation profile to use with this test.

We need the 'minimal' profile in order to make sure the Tool block is available.

Type: string

Overrides BrowserTestBase::$profile

File

tablesort_example/tests/src/Functional/TableSortExampleTest.php, line 36

Class

TableSortExampleTest
Verify the tablesort functionality.

Namespace

Drupal\Tests\tablesort_example\Functional

Code

protected $profile = 'minimal';