| TestRunTest::getTestLogEntry |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Returns a sample test run log entry. |
| TestRunTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
|
| TestRunTest::testCreateAndGet |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests create and get. |
| TestRunTest::testCreateAndRemove |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests create and remove. |
| TestRunTest::testGetLogEntriesByTestClass |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests get log entries by test class. |
| TestRunTest::testProcessPhpErrorLogFile |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests process php error log file. |
| TestRunTest::testProcessPhpUnitResults |
function |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests process php unit results. |
| TestSandboxDatabaseUpdatesValidator |
class |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Allows tests to dictate which extensions have staged database updates. |
| TestSandboxDatabaseUpdatesValidator.php |
file |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
|
| TestSandboxDatabaseUpdatesValidator::$state |
property |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
The state service. |
| TestSandboxDatabaseUpdatesValidator::hasStagedUpdates |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
|
| TestSandboxDatabaseUpdatesValidator::setExtensionsWithUpdates |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Sets the names of the extensions which should have staged database updates. |
| TestSandboxDatabaseUpdatesValidator::setState |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Sets the state service dependency. |
| TestSandboxManager |
class |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
Defines a stage specifically for testing purposes. |
| TestSandboxManager::$type |
property |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
The stage type. |
| TestSandboxManager::__sleep |
function |
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php |
Implements the magic __sleep() method. |
| TestSearchPage |
class |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Mock for the configured search page entity. |
| TestSearchPage::label |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Gets the label of the entity. |
| TestSearchPage::__construct |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Constructs an Entity object. |
| TestSectionList |
class |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Test item list class for layout section fields. |
| TestSectionList::$sections |
property |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
An array of sections. |
| TestSectionList::getSections |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Gets the layout sections. |
| TestSectionList::setSections |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Stores the information for all sections. |
| TestSectionList::__construct |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
TestSectionList constructor. |
| TestSelection |
class |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Test EntityReferenceSelection with conditions on the 'reusable' field. |
| TestSelection.php |
file |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
|
| TestSelection::$conditionType |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
The condition type. |
| TestSelection::$isReusable |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Whether to set the condition for reusable or non-reusable blocks. |
| TestSelection::buildEntityQuery |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Builds an EntityQuery to get referenceable entities. |
| TestSelection::setTestMode |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Sets the test mode. |
| TestService |
class |
core/modules/system/tests/modules/decorated_service_test/src/TestService.php |
A service class for handling test functionality. |
| TestService |
class |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
An autowired service to test _defaults. |
| TestService |
class |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
Service class for managing injected dependencies. |
| TestService.php |
file |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService.php |
file |
core/modules/system/tests/modules/decorated_service_test/src/TestService.php |
|
| TestService.php |
file |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestService::$database |
property |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
The database connection. |
| TestService::$kernel |
property |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
The Drupal kernel. |
| TestService::$testInjection |
property |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::$testInjection |
property |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestService::$testInjection2 |
property |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestService::$testInjection2 |
property |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::getDatabase |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::getKernel |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::getTestInjection |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::getTestInjection |
function |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestService::getTestInjection2 |
function |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestService::getTestInjection2 |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::getTestInjection3 |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|
| TestService::__construct |
function |
core/modules/system/tests/modules/autowire_test/src/TestService.php |
|