| InternalEntitiesTest::jsonapiGet |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Performs an authenticated request and returns the decoded document. |
| InternalEntitiesTest::setUp |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
|
| InternalEntitiesTest::testEntryPoint |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Ensures that internal resources types aren't present in the entry point. |
| InternalEntitiesTest::testIncludes |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Asserts that internal entities are not included in compound documents. |
| InternalEntitiesTest::testLinks |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Asserts that links to internal relationships aren't generated. |
| InternalEntitiesTest::testRoutes |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Ensures that internal resources types aren't present in the routes. |
| InternalPropertyTestFieldItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
Defines the 'Internal Property' entity test field type. |
| InternalPropertyTestFieldItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
|
| InternalPropertyTestFieldItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php |
Defines field item properties. |
| InternalTypedDataTestTrait |
trait |
core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php |
Trait that provides mocked typed data objects. |
| InternalTypedDataTestTrait.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php |
|
| InternalTypedDataTestTrait::getTypedDataProperty |
function |
core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php |
Gets a typed data property. |
| InvalidDataTest |
class |
core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php |
Tests handling of some invalid data. |
| InvalidDataTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php |
|
| InvalidDataTest::testInsertDuplicateData |
function |
core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php |
Tests aborting of traditional SQL database systems with invalid data. |
| InvalidDataTest::testInsertDuplicateDataFromSelect |
function |
core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php |
Tests inserting with invalid data from a select query. |
| InvalidUpdateHookTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests that hook_update_8000() is disallowed. |
| InvalidUpdateHookTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
| InvalidUpdateHookTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
The theme to install as the default for testing. |
| InvalidUpdateHookTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Modules to install. |
| InvalidUpdateHookTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
URL for the upgrade script. |
| InvalidUpdateHookTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
A user account with upgrade permission. |
| InvalidUpdateHookTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
| InvalidUpdateHookTest::testInvalidUpdateHook |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests updating from a module with a hook_update_8000(). |
| IsFrontPathCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests Drupal\Core\Cache\Context\IsFrontPathCacheContext. |
| IsFrontPathCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
|
| IsFrontPathCacheContextTest::createPathMatcher |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Creates a PathMatcherInterface prophecy. |
| IsFrontPathCacheContextTest::testGetContextFront |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests get context front. |
| IsFrontPathCacheContextTest::testGetContextNotFront |
function |
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php |
Tests get context not front. |
| ItemLayoutFieldBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Field blocks tests for the override layout. |
| ItemLayoutFieldBlockTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
The theme to install as the default for testing. |
| ItemLayoutFieldBlockTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Modules to install. |
| ItemLayoutFieldBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
|
| ItemLayoutFieldBlockTest::testAddAjaxBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php |
Tests configuring a field block for a user field. |
| ItemsPerPageTest |
class |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests that the views wizard can specify the number of items per page. |
| ItemsPerPageTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
|
| ItemsPerPageTest::$configSchemaCheckerExclusions |
property |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
An array of config object names that are excluded from schema checking. |
| ItemsPerPageTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
The theme to install as the default for testing. |
| ItemsPerPageTest::setUp |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Sets up the test. |
| ItemsPerPageTest::testItemsPerPage |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests the number of items per page. |
| JavascriptDeprecationTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Tests Javascript deprecation notices. |
| JavascriptDeprecationTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
|
| JavascriptDeprecationTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
The theme to install as the default for testing. |
| JavascriptDeprecationTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Modules to install. |
| JavascriptDeprecationTest::testJavascriptDeprecation |
function |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php |
Tests Javascript deprecation notices. |
| JavascriptErrorsSuppressionTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Tests that Drupal.throwError can be suppressed to allow a test to pass. |
| JavascriptErrorsSuppressionTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
|
| JavascriptErrorsSuppressionTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
The theme to install as the default for testing. |
| JavascriptErrorsSuppressionTest::$failOnJavascriptConsoleErrors |
property |
core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php |
Determines if a test should fail on JavaScript console errors. |