protected property NoJavaScriptAnonymousTest::$profile in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php \Drupal\Tests\system\Functional\Common\NoJavaScriptAnonymousTest::profile
The profile to install as a basis for testing.
Type: string
Overrides BrowserTestBase::$profile
File
- core/
modules/ system/ tests/ src/ Functional/ Common/ NoJavaScriptAnonymousTest.php, line 16
Class
- NoJavaScriptAnonymousTest
- Tests that anonymous users are not served any JavaScript in the Standard installation profile.
Namespace
Drupal\Tests\system\Functional\CommonCode
protected $profile = 'standard';