PHPUnitExampleMenuTest::$profile
Same name in other branches
- 3.x modules/phpunit_example/tests/src/Functional/PHPUnitExampleMenuTest.php \Drupal\Tests\phpunit_example\Functional\PHPUnitExampleMenuTest::profile
- 4.0.x modules/phpunit_example/tests/src/Functional/PHPUnitExampleMenuTest.php \Drupal\Tests\phpunit_example\Functional\PHPUnitExampleMenuTest::profile
- 4.0.x modules/testing_example/tests/src/Functional/PHPUnitExampleMenuTest.php \Drupal\Tests\testing_example\Functional\PHPUnitExampleMenuTest::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
File
-
phpunit_example/
tests/ src/ Functional/ PHPUnitExampleMenuTest.php, line 41
Class
- PHPUnitExampleMenuTest
- Test the user-facing menus in PHPUnit Example.
Namespace
Drupal\Tests\phpunit_example\FunctionalCode
protected $profile = 'minimal';