| TestRequirementsTrait::getDrupalRoot |
function |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
Returns the Drupal root directory. |
| TestResponseController |
class |
core/modules/system/tests/modules/http_response_debug_cacheability_headers_test/src/Controller/TestResponseController.php |
Provides responses for testing debug cacheability headers in HTTP responses. |
| TestResponseController |
class |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
Controller routines for http_middleware_test routes. |
| TestResponseController.php |
file |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
|
| TestResponseController.php |
file |
core/modules/system/tests/modules/http_response_debug_cacheability_headers_test/src/Controller/TestResponseController.php |
|
| TestResponseController::testCacheContextsHeaders |
function |
core/modules/system/tests/modules/http_response_debug_cacheability_headers_test/src/Controller/TestResponseController.php |
Provides a render array response that has a large number of cache contexts. |
| TestResponseController::testCacheTagsHeaders |
function |
core/modules/system/tests/modules/http_response_debug_cacheability_headers_test/src/Controller/TestResponseController.php |
Provides a render array response that has a large number of cache tags. |
| TestResponseController::testResponse |
function |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
Returns a test response. |
| TestRouteAttributeForm |
class |
core/modules/system/tests/modules/router_test_directory/src/Form/TestRouteAttributeForm.php |
Test form object for Route attribute. |
| TestRouteAttributeForm.php |
file |
core/modules/system/tests/modules/router_test_directory/src/Form/TestRouteAttributeForm.php |
|
| TestRouteAttributeForm::buildForm |
function |
core/modules/system/tests/modules/router_test_directory/src/Form/TestRouteAttributeForm.php |
|
| TestRouteAttributeForm::getFormId |
function |
core/modules/system/tests/modules/router_test_directory/src/Form/TestRouteAttributeForm.php |
|
| TestRouteAttributeForm::submitForm |
function |
core/modules/system/tests/modules/router_test_directory/src/Form/TestRouteAttributeForm.php |
|
| TestRouteProvider |
class |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Stub class for testing RouteProvider. |
| TestRouteProvider |
class |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Provides a test entity route provider. |
| TestRouteProvider::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
|
| TestRouteProvider::$stringTranslation |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
|
| TestRouteProvider::getCandidateOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
|
| TestRouterInterface |
interface |
core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php |
Provides a router interface that also can match requests. |
| TestRouterInterface.php |
file |
core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php |
|
| TestRouteSubscriber |
class |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Provides a callback for route definition. |
| TestRouteSubscriber |
class |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Provides a test route subscriber. |
| TestRouteSubscriber::$applicableViews |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The applicable views. |
| TestRouteSubscriber::getApplicableViews |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
|
| TestRouteSubscriber::routesFromArray |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
|
| TestRouteSubscriber::routesFromCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
|
| TestRun |
class |
core/lib/Drupal/Core/Test/TestRun.php |
Implements an object that tracks execution of a test run. |
| TestRun.php |
file |
core/lib/Drupal/Core/Test/TestRun.php |
|
| TestRun::$databasePrefix |
property |
core/lib/Drupal/Core/Test/TestRun.php |
The test database prefix. |
| TestRun::$endExecutionTime |
property |
core/lib/Drupal/Core/Test/TestRun.php |
The time the test run ended. |
| TestRun::$startExecutionTime |
property |
core/lib/Drupal/Core/Test/TestRun.php |
The time the test run started. |
| TestRun::$testClass |
property |
core/lib/Drupal/Core/Test/TestRun.php |
The latest class under test. |
| TestRun::createNew |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Returns a new test run object. |
| TestRun::duration |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Gets the test run execution elapsed time. |
| TestRun::end |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Mark end of the test run execution. |
| TestRun::get |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Returns a test run object from storage. |
| TestRun::getDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Gets the test database prefix. |
| TestRun::getLogEntriesByTestClass |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Get test results for a test run, ordered by test class. |
| TestRun::getTestClass |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Gets the latest class under test. |
| TestRun::id |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Returns the id of the test run object. |
| TestRun::insertLogEntry |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Adds a test log entry. |
| TestRun::processPhpErrorLogFile |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Reads the PHP error log and reports any errors as assertion failures. |
| TestRun::removeResults |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Removes the test results from the storage. |
| TestRun::setDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Sets the test database prefix. |
| TestRun::start |
function |
core/lib/Drupal/Core/Test/TestRun.php |
Mark start of the test run execution. |
| TestRun::__construct |
function |
core/lib/Drupal/Core/Test/TestRun.php |
TestRun constructor. |
| TestRunnerFinishedSubscriber |
class |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php |
Event subscriber notifying end of test runner execution to HTML logging. |
| TestRunnerFinishedSubscriber |
class |
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php |
Event subscriber notifying end of test runner execution to HTML logging. |
| TestRunnerFinishedSubscriber.php |
file |
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php |
|
| TestRunnerFinishedSubscriber.php |
file |
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php |
|