Search for run
| Title | Object type | File name | Summary |
|---|---|---|---|
| system_authorized_run | function | core/ |
Setup and invoke an operation using authorize.php. |
| Tasks::runTasks | function | core/ |
Runs database tasks and tests to see if Drupal can run on the database. |
| Tasks::runTestQuery | function | core/ |
Ensures the database can execute commands with the current user. |
| TermContextTest::testGetRuntimeContexts | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| TermRouteContext::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
| 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::$testClass | property | core/ |
The latest class under test. |
| TestRun::createNew | function | core/ |
Returns a new test run object. |
| 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::__construct | function | core/ |
TestRun constructor. |
| 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. |
| 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. |
| TestRunResultsStorageInterface::removeResults | function | core/ |
Removes the results of a test run from the storage. |
| TestRunResultsStorageInterface::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
| TestRunResultsStorageInterface::validateTestingResultsEnvironment | function | core/ |
Checks if the test run storage is valid. |
| TestRunTest | class | core/ |
@coversDefaultClass \Drupal\Core\Test\TestRun[[api-linebreak]] @group Test |
| TestRunTest.php | file | core/ |
|
| TestRunTest::$connection | property | core/ |
The database connection for testing. |
| TestRunTest::$testRunResultsStorage | property | core/ |
The test run results storage. |
| TestRunTest::getTestLogEntry | function | core/ |
Returns a sample test run log entry. |
| TestRunTest::setUp | function | core/ |
|
| TestRunTest::testCreateAndGet | function | core/ |
@covers ::createNew[[api-linebreak]] @covers ::get[[api-linebreak]] @covers ::id[[api-linebreak]] @covers ::insertLogEntry[[api-linebreak]] @covers ::setDatabasePrefix[[api-linebreak]] @covers ::getDatabasePrefix[[api-linebreak]] @covers… |
| TestRunTest::testCreateAndRemove | function | core/ |
@covers ::createNew[[api-linebreak]] @covers ::id[[api-linebreak]] @covers ::insertLogEntry[[api-linebreak]] @covers ::setDatabasePrefix[[api-linebreak]] |
| TestRunTest::testGetLogEntriesByTestClass | function | core/ |
@covers ::createNew[[api-linebreak]] @covers ::insertLogEntry[[api-linebreak]] @covers ::setDatabasePrefix[[api-linebreak]] @covers ::getLogEntriesByTestClass[[api-linebreak]] @covers ::getDatabasePrefix[[api-linebreak]] @covers… |
| TestRunTest::testProcessPhpErrorLogFile | function | core/ |
@covers ::createNew[[api-linebreak]] @covers ::setDatabasePrefix[[api-linebreak]] @covers ::processPhpErrorLogFile[[api-linebreak]] @covers ::getLogEntriesByTestClass[[api-linebreak]] |
| TestRunTest::testProcessPhpUnitResults | function | core/ |
@covers ::insertLogEntry[[api-linebreak]] |
| Truncate | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Truncate. |
| Truncate | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Truncate. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.