| TestControllers.php |
file |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::LONG_TEXT |
constant |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::rejectsQueryStrings |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
Rejects requests with query keys. |
| TestControllers::removeExceptionLogger |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test1 |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data. |
| TestControllers::test1 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test10 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
Tests controller for ExceptionHandlingTest::testBacktraceEscaping(). |
| TestControllers::test18 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test2 |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data. |
| TestControllers::test2 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test21 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test23 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test24 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test25 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test3 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test4 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test5 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test6 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test7 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test8 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::test9 |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::testContextual |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data with contextual links. |
| TestControllers::testDefaults |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data. |
| TestControllers::testDerived |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data. |
| TestControllers::testEntityLanguage |
function |
core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php |
|
| TestControllers::testLogin |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Returns page to be used as a login path. |
| TestControllers::testNodeSetParent |
function |
core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php |
|
| TestControllers::testRouteName |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
|
| TestControllers::testSession |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data. |
| TestControllers::testUserNodeFoo |
function |
core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php |
|
| TestControllers::throwException |
function |
core/modules/system/tests/modules/router_test_directory/src/TestControllers.php |
Throws an exception. |
| TestCoverageTest |
class |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
Checks that all core content/config entity types have JSON:API test coverage. |
| TestCoverageTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
|
| TestCoverageTest::$definitions |
property |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
Entity definitions array. |
| TestCoverageTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
Modules to install. |
| TestCoverageTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
|
| TestCoverageTest::testEntityTypeRestTestCoverage |
function |
core/modules/jsonapi/tests/src/Kernel/TestCoverageTest.php |
Tests that all core entity types have JSON:API test coverage. |
| TestDatabase |
class |
core/lib/Drupal/Core/Test/TestDatabase.php |
Provides helper methods for interacting with the fixture database. |
| TestDatabase.php |
file |
core/lib/Drupal/Core/Test/TestDatabase.php |
|
| TestDatabase::$databasePrefix |
property |
core/lib/Drupal/Core/Test/TestDatabase.php |
The test database prefix. |
| TestDatabase::$lockId |
property |
core/lib/Drupal/Core/Test/TestDatabase.php |
The test lock ID. |
| TestDatabase::getDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the test database prefix. |
| TestDatabase::getLockFile |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the lock file path. |
| TestDatabase::getPhpErrorLogPath |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the file path of the PHP error log of the test. |
| TestDatabase::getTestLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Generates a unique lock ID for the test method. |
| TestDatabase::getTestSitePath |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the relative path to the test site directory. |
| TestDatabase::releaseAllTestLocks |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases all test locks. |
| TestDatabase::releaseLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases a lock. |
| TestDatabase::__construct |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
TestDatabase constructor. |