You are here

protected property QueueExampleTest::$profile in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 queue_example/tests/src/Functional/QueueExampleTest.php \Drupal\Tests\queue_example\Functional\QueueExampleTest::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

modules/queue_example/tests/src/Functional/QueueExampleTest.php, line 35

Class

QueueExampleTest
Tests that our queue_example functions properly.

Namespace

Drupal\Tests\queue_example\Functional

Code

protected $profile = 'minimal';