You are here

protected property NoJavaScriptAnonymousTest::$profile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php \Drupal\system\Tests\Common\NoJavaScriptAnonymousTest::profile

The profile to install as a basis for testing.

Type: string

Overrides WebTestBase::$profile

File

core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php, line 20
Contains \Drupal\system\Tests\Common\NoJavaScriptAnonymousTest.

Class

NoJavaScriptAnonymousTest
Tests that anonymous users are not served any JavaScript in the Standard installation profile.

Namespace

Drupal\system\Tests\Common

Code

protected $profile = 'standard';