SimpleTestExampleTest::$profile
The installation profile to use with this test.
We use the 'minimal' profile so that there are some reasonable default blocks defined, and so we can see the menu link created by our module.
Type: string
File
-
testing_example/
src/ Tests/ SimpleTestExampleTest.php, line 52
Class
- SimpleTestExampleTest
- Ensure that the simpletest_example content type provided functions properly.
Namespace
Drupal\testing_example\TestsCode
protected $profile = 'minimal';