| TestRunnerFinishedSubscriber::notify |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php |
|
| TestRunnerFinishedSubscriber::notify |
function |
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php |
|
| TestRunnerFinishedSubscriber::__construct |
function |
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php |
|
| TestRunnerKernel |
class |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
Defines a kernel used for running Functional tests and run-tests.sh. |
| TestRunnerKernel.php |
file |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
|
| TestRunnerKernel::boot |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
|
| TestRunnerKernel::createFromRequest |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
|
| TestRunnerKernel::discoverServiceProviders |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
|
| TestRunnerKernel::__construct |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
|
| TestRunnerStartedSubscriber |
class |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php |
Event subscriber notifying beginning of test runner to HTML logging. |
| TestRunnerStartedSubscriber.php |
file |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php |
|
| TestRunnerStartedSubscriber::notify |
function |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php |
|
| TestRunResultsStorageInterface |
interface |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Interface describing a test run results storage object. |
| TestRunResultsStorageInterface.php |
file |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
|
| TestRunResultsStorageInterface::buildTestingResultsEnvironment |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Prepares the test run storage. |
| TestRunResultsStorageInterface::cleanUp |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Resets the test run storage. |
| TestRunResultsStorageInterface::createNew |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Gets a new unique identifier for a test run. |
| TestRunResultsStorageInterface::getCurrentTestRunState |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Get state information about a test run, from storage. |
| TestRunResultsStorageInterface::getLogEntriesByTestClass |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Get test results for a test run, ordered by test class. |
| TestRunResultsStorageInterface::insertLogEntry |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Adds a test log entry for a test run to the storage. |
| TestRunResultsStorageInterface::removeResults |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Removes the results of a test run from the storage. |
| TestRunResultsStorageInterface::setDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Sets the test database prefix of a test run in storage. |
| TestRunResultsStorageInterface::validateTestingResultsEnvironment |
function |
core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php |
Checks if the test run storage is valid. |
| TestRunTest |
class |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
Tests Drupal\Core\Test\TestRun. |
| TestRunTest.php |
file |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
|
| TestRunTest::$connection |
property |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
The database connection for testing. |
| TestRunTest::$testRunResultsStorage |
property |
core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php |
The test run results storage. |
| 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 |
|
| 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 |
|
| TestSearchPage::__construct |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
|
| 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 |
|
| TestSectionList::setSections |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
|