| StandardRecipeTest.php |
file |
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php |
|
| StandardRecipeTest::installResponsiveImage |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php |
Installs the responsive image module. |
| StandardRecipeTest::testStandard |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php |
Tests Standard installation recipe. |
| StandardTest |
class |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
Tests Drupal\editor\EditorXssFilter\Standard. |
| StandardTest |
class |
core/profiles/standard/tests/src/Functional/StandardTest.php |
Tests Standard installation profile expectations. |
| StandardTest.php |
file |
core/profiles/standard/tests/src/Functional/StandardTest.php |
|
| StandardTest.php |
file |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
|
| StandardTest::$format |
property |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
The mocked text format configuration entity. |
| StandardTest::$profile |
property |
core/profiles/standard/tests/src/Functional/StandardTest.php |
The profile to install as a basis for testing. |
| StandardTest::providerTestDisallowMode |
function |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
Data provider for testDisallowMode(). |
| StandardTest::providerTestFilterXss |
function |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
Provides test data for testFilterXss(). |
| StandardTest::setUp |
function |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
|
| StandardTest::testDisallowMode |
function |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
Tests removing disallowed tags and XSS prevention. |
| StandardTest::testFilterXss |
function |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
Tests the method for filtering XSS. |
| StandardTestTrait |
trait |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
Provides a test method to test the Standard installation profile or recipe. |
| StandardTestTrait.php |
file |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
|
| StandardTestTrait::$adminUser |
property |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
The admin user. |
| StandardTestTrait::installResponsiveImage |
function |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
Installs the responsive image module. |
| StandardTestTrait::testStandard |
function |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
Tests Standard installation profile or recipe. |
| StateFileExistsTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php |
Tests that core modules have a migrate_drupal.yml file as needed. |
| StateFileExistsTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php |
|
| StateFileExistsTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php |
Modules to install. |
| StateFileExistsTest::$stateFileRequired |
property |
core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php |
Modules that should have a migrate_drupal.yml file. |
| StateFileExistsTest::testMigrationState |
function |
core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php |
Tests that the migrate_drupal.yml files exist as needed. |
| StateFormatterTest |
class |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Test the state field formatter. |
| StateFormatterTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
|
| StateFormatterTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Modules to install. |
| StateFormatterTest::formatterTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Test cases for testStateFieldFormatter(). |
| StateFormatterTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
|
| StateFormatterTest::testStateFieldFormatter |
function |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Tests the embed field. |
| StatementTest |
class |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests the Statement classes. |
| StatementTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
|
| StatementTest::testEmptyStatementCountTwice |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement with no results counting twice. |
| StatementTest::testEmptyStatementRewind |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests empty statement rewinding. |
| StatementTest::testIteratedStatementFetch |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetching after a full traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAll |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAll after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAllAssoc after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllKeyed |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchAllKeyed after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchCol |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement fetchCol after a partial traversal. |
| StatementTest::testRepeatedInsertStatementReuse |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests that a prepared statement object can be reused for multiple inserts. |
| StatementTest::testStatementCountTwice |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests counting a statement twice. |
| StatementTest::testStatementForeachTwice |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests a follow-on iteration on a statement using foreach. |
| StatementTest::testStatementRewind |
function |
core/tests/Drupal/KernelTests/Core/Database/StatementTest.php |
Tests statement rewinding. |
| StateTest |
class |
core/tests/Drupal/Tests/Core/State/StateTest.php |
Tests Drupal\Core\State\State. |
| StateTest |
class |
core/modules/workflows/tests/src/Unit/StateTest.php |
Tests Drupal\workflows\State. |
| StateTest.php |
file |
core/modules/workflows/tests/src/Unit/StateTest.php |
|
| StateTest.php |
file |
core/tests/Drupal/Tests/Core/State/StateTest.php |
|
| StateTest::$keyValueStorage |
property |
core/tests/Drupal/Tests/Core/State/StateTest.php |
The mocked key value store. |
| StateTest::$state |
property |
core/tests/Drupal/Tests/Core/State/StateTest.php |
The tested state. |
| StateTest::setUp |
function |
core/tests/Drupal/Tests/Core/State/StateTest.php |
|