Search for run
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
TestRunnerKernel::createFromRequest | function | core/ |
|
TestRunnerKernel::discoverServiceProviders | function | core/ |
|
TestRunnerKernel::__construct | function | core/ |
|
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 @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 @covers ::get @covers ::id @covers ::insertLogEntry @covers ::setDatabasePrefix @covers ::getDatabasePrefix @covers ::getTestClass |
TestRunTest::testCreateAndRemove | function | core/ |
@covers ::createNew @covers ::id @covers ::insertLogEntry @covers ::setDatabasePrefix |
TestRunTest::testGetLogEntriesByTestClass | function | core/ |
@covers ::createNew @covers ::insertLogEntry @covers ::setDatabasePrefix @covers ::getLogEntriesByTestClass @covers ::getDatabasePrefix @covers ::getTestClass |
TestRunTest::testProcessPhpErrorLogFile | function | core/ |
@covers ::createNew @covers ::setDatabasePrefix @covers ::processPhpErrorLogFile @covers ::getLogEntriesByTestClass |
TestRunTest::testProcessPhpUnitResults | function | core/ |
@covers ::insertLogEntry |
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. |
Truncate | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Truncate. |
Truncate | class | core/ |
General class for an abstracted TRUNCATE operation. |
Truncate.php | file | core/ |
|
Truncate.php | file | core/ |
|
Truncate.php | file | core/ |
|
Truncate.php | file | core/ |
|
Truncate.php | file | core/ |
|
Truncate::$table | property | core/ |
The table to truncate. |
Truncate::execute | function | core/ |
|
Truncate::execute | function | core/ |
Executes the TRUNCATE query. |
Truncate::__construct | function | core/ |
Constructs a Truncate query object. |
Truncate::__toString | function | core/ |
|
Truncate::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
TruncateDeprecateTest | class | core/ |
Tests the deprecation of views_ui_truncate() function. |
TruncateDeprecateTest.php | file | core/ |
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.