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