| DrupalTest::testClassResolver |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the classResolver method. |
| DrupalTest::testClassResolverWithClass |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the classResolver method when called with a class. |
| DrupalTest::testConfig |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the config() method. |
| DrupalTest::testCsrfToken |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the csrfToken() method. |
| DrupalTest::testCurrentUser |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the currentUser() method. |
| DrupalTest::testDatabase |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the database() method. |
| DrupalTest::testEntityQuery |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityQuery() method. |
| DrupalTest::testEntityQueryAggregate |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityQueryAggregate() method. |
| DrupalTest::testEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the entityTypeManager() method. |
| DrupalTest::testFlood |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the flood() method. |
| DrupalTest::testFormBuilder |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the formBuilder() method. |
| DrupalTest::testGetContainerException |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests get container exception. |
| DrupalTest::testHttpClient |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the httpClient() method. |
| DrupalTest::testKeyValue |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the keyValue() method. |
| DrupalTest::testKeyValueExpirable |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the keyValueExpirable() method. |
| DrupalTest::testLanguageManager |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the languageManager() method. |
| DrupalTest::testLinkGenerator |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the linkGenerator() method. |
| DrupalTest::testLock |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the lock() method. |
| DrupalTest::testMenuTree |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the menuTree() method. |
| DrupalTest::testModuleHandler |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the moduleHandler() method. |
| DrupalTest::testPathValidator |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the pathValidator() method. |
| DrupalTest::testPhpConstants |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the PHP constants have consistent values. |
| DrupalTest::testQueue |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the queue() method. |
| DrupalTest::testRequestStack |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the testRequestStack() method. |
| DrupalTest::testService |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the service() method. |
| DrupalTest::testSetContainer |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the get/setContainer() method. |
| DrupalTest::testState |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the state() method. |
| DrupalTest::testToken |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the token() method. |
| DrupalTest::testTranslation |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the translation() method. |
| DrupalTest::testTransliteration |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the transliteration() method. |
| DrupalTest::testTypedDataManager |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the typedDataManager() method. |
| DrupalTest::testUrlGenerator |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the urlGenerator() method. |
| DrupalTestBrowser |
class |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Enables a BrowserKitDriver mink driver to use a Guzzle client. |
| DrupalTestBrowser.php |
file |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
|
| DrupalTestBrowser::$client |
property |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
The Guzzle client. |
| DrupalTestBrowser::addPostFields |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Adds form parameters to the $multipart array. |
| DrupalTestBrowser::addPostFiles |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Adds files to the $multipart array. |
| DrupalTestBrowser::createResponse |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Converts a Guzzle response to a BrowserKit response. |
| DrupalTestBrowser::doRequest |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
|
| DrupalTestBrowser::getClient |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Gets the Guzzle client. |
| DrupalTestBrowser::setClient |
function |
core/tests/Drupal/Tests/DrupalTestBrowser.php |
Sets the Guzzle client. |
| Drupal\autowire_test\TestInjection |
service |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
|
| Drupal\autowire_test\TestInjection2 |
service |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
|
| Drupal\autowire_test\TestInjection3 |
service |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
|
| Drupal\autowire_test\TestInjectionInterface |
service |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
Alias of Drupal\autowire_test\TestInjection |
| Drupal\autowire_test\TestService |
service |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
|
| Drupal\batch_test\BatchInjectionCallbacks |
service |
core/modules/system/tests/modules/batch_test/batch_test.services.yml |
|
| Drupal\database_test\EventSubscriber\DatabaseEventSubscriber |
service |
core/modules/system/tests/modules/database_test/database_test.services.yml |
|
| Drupal\destructable_test\Destructable |
service |
core/modules/system/tests/modules/destructable_test/destructable_test.services.yml |
|
| Drupal\file_test\EventSubscriber\DummyMimeTypeMapLoadedSubscriber |
service |
core/modules/file/tests/file_test/file_test.services.yml |
|