StandardTest.php
Same filename in this branch
Same filename in other branches
- 9 core/profiles/standard/tests/src/Functional/StandardTest.php
- 9 core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
- 8.9.x core/profiles/standard/tests/src/Functional/StandardTest.php
- 8.9.x core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
- 10 core/profiles/standard/tests/src/Functional/StandardTest.php
- 10 core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
Namespace
Drupal\Tests\standard\FunctionalFile
-
core/
profiles/ standard/ tests/ src/ Functional/ StandardTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\standard\Functional;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\standard\Traits\StandardTestTrait;
/**
* Tests Standard installation profile expectations.
*
* @group standard
*/
class StandardTest extends BrowserTestBase {
use StandardTestTrait;
protected $profile = 'standard';
}
Classes
Title | Deprecated | Summary |
---|---|---|
StandardTest | Tests Standard installation profile expectations. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.