Search for run
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
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. |
Truncate | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate. |
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.