protected property TabledragMenuTest::$profile in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/tabledrag_example/tests/src/Functional/TabledragMenuTest.php \Drupal\Tests\tabledrag_example\Functional\TabledragMenuTest::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
- tabledrag_example/
tests/ src/ Functional/ TabledragMenuTest.php, line 39
Class
- TabledragMenuTest
- Verify functionalities of tabledrag_example.
Namespace
Drupal\Tests\tabledrag_example\FunctionalCode
protected $profile = 'minimal';