Search for run
| Title | Object type | File name | Summary |
|---|---|---|---|
| Tasks::runTestQuery | function | core/ |
Ensures the database can execute commands with the current user. |
| TemplateProjectTestBase::runComposer | function | core/ |
Runs a Composer command and returns its output. |
| TermContextTest::testGetRuntimeContexts | function | core/ |
Tests get runtime contexts. |
| TermRouteContext::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| TestHookRemove::hookDoNotRun | function | core/ |
This hook should not be run because the next hook replaces it. |
| TestHookRemove::hookDoRun | function | core/ |
This hook should run and prevent custom_hook1. |
| TestRun | class | core/ |
Implements an object that tracks execution of a test run. |
| TestRun.php | file | core/ |
|
| TestRun::$databasePrefix | property | core/ |
The test database prefix. |
| TestRun::$endExecutionTime | property | core/ |
The time the test run ended. |
| TestRun::$startExecutionTime | property | core/ |
The time the test run started. |
| TestRun::$testClass | property | core/ |
The latest class under test. |
| TestRun::createNew | function | core/ |
Returns a new test run object. |
| TestRun::duration | function | core/ |
Gets the test run execution elapsed time. |
| TestRun::end | function | core/ |
Mark end of the test run execution. |
| TestRun::get | function | core/ |
Returns a test run object from storage. |
| TestRun::getDatabasePrefix | function | core/ |
Gets the test database prefix. |
| TestRun::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
| TestRun::getTestClass | function | core/ |
Gets the latest class under test. |
| TestRun::id | function | core/ |
Returns the id of the test run object. |
| TestRun::insertLogEntry | function | core/ |
Adds a test log entry. |
| TestRun::processPhpErrorLogFile | function | core/ |
Reads the PHP error log and reports any errors as assertion failures. |
| TestRun::removeResults | function | core/ |
Removes the test results from the storage. |
| TestRun::setDatabasePrefix | function | core/ |
Sets the test database prefix. |
| TestRun::start | function | core/ |
Mark start of the test run execution. |
| TestRun::__construct | function | core/ |
TestRun constructor. |
| TestRunnerFinishedSubscriber | class | core/ |
Event subscriber notifying end of test runner execution to HTML logging. |
| TestRunnerFinishedSubscriber | class | core/ |
Event subscriber notifying end of test runner execution to HTML logging. |
| TestRunnerFinishedSubscriber.php | file | core/ |
|
| TestRunnerFinishedSubscriber.php | file | core/ |
|
| TestRunnerFinishedSubscriber::notify | function | core/ |
|
| TestRunnerFinishedSubscriber::notify | function | core/ |
|
| TestRunnerFinishedSubscriber::__construct | function | core/ |
|
| TestRunnerKernel | class | core/ |
Defines a kernel used for running Functional tests and run-tests.sh. |
| TestRunnerKernel.php | file | core/ |
|
| TestRunnerKernel::boot | function | core/ |
Boots the current kernel. |
| TestRunnerKernel::createFromRequest | function | core/ |
Create a DrupalKernel object from a request. |
| TestRunnerKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| TestRunnerKernel::__construct | function | core/ |
Constructs a DrupalKernel object. |
| TestRunnerStartedSubscriber | class | core/ |
Event subscriber notifying beginning of test runner to HTML logging. |
| TestRunnerStartedSubscriber.php | file | core/ |
|
| TestRunnerStartedSubscriber::notify | function | core/ |
|
| TestRunResultsStorageInterface | interface | core/ |
Interface describing a test run results storage object. |
| TestRunResultsStorageInterface.php | file | core/ |
|
| TestRunResultsStorageInterface::buildTestingResultsEnvironment | function | core/ |
Prepares the test run storage. |
| TestRunResultsStorageInterface::cleanUp | function | core/ |
Resets the test run storage. |
| TestRunResultsStorageInterface::createNew | function | core/ |
Gets a new unique identifier for a test run. |
| TestRunResultsStorageInterface::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
| TestRunResultsStorageInterface::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
| TestRunResultsStorageInterface::insertLogEntry | function | core/ |
Adds a test log entry for a test run to the storage. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.