Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 10.3.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalSqlBaseTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Minimum database contents needed to test DrupalSqlBase.
DrupalSqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Define bare minimum migration configuration.
DrupalSqlBaseTest::testSourceDatabaseError function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements[[api-linebreak]]
DrupalSqlBaseTest::testSourceProviderNotActive function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements[[api-linebreak]]
DrupalStandardsListenerDeprecatedClass class core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Fixture class for use by DrupalStandardsListenerDeprecationTest.
DrupalStandardsListenerDeprecatedClass.php file core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php
DrupalStandardsListenerDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Returns a known value.
DrupalStandardsListenerDeprecationTest class core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php Test deprecation error handling by DrupalStandardsListener.
DrupalStandardsListenerDeprecationTest.php file core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php
DrupalStandardsListenerDeprecationTest::testDeprecation function core/tests/Drupal/Tests/Core/Listeners/DrupalStandardsListenerDeprecationTest.php Exercise DrupalStandardsListener's coverage validation.
DrupalStandardsListenerTrait trait core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Listens for PHPUnit tests and fails those with invalid coverage annotations.
DrupalStandardsListenerTrait.php file core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php
DrupalStandardsListenerTrait::checkValidCoversForTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Check an individual test run for valid @covers annotation.
DrupalStandardsListenerTrait::classExists function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Helper method to check if a string names a valid class or trait.
DrupalStandardsListenerTrait::doEndTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Reacts to the end of a test.
DrupalStandardsListenerTrait::errorHandler function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Handles errors to ensure deprecation messages are not triggered.
DrupalStandardsListenerTrait::fail function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Signals a coding standards failure to the user.
DrupalStandardsListenerTrait::isTestSuite function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Determine if a test object is a test suite regardless of PHPUnit version.
DrupalStandardsListenerTrait::standardsEndTest function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Reacts to the end of a test.
DrupalTest class core/tests/Drupal/Tests/Core/DrupalTest.php Tests the Drupal class.
DrupalTest.php file core/tests/Drupal/Tests/Core/DrupalTest.php
DrupalTest::$container property core/tests/Drupal/Tests/Core/DrupalTest.php The mock container.
DrupalTest::setMockContainerService function core/tests/Drupal/Tests/Core/DrupalTest.php Sets up a mock expectation for the container get() method.
DrupalTest::setUp function core/tests/Drupal/Tests/Core/DrupalTest.php
DrupalTest::testAccessManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the accessManager() method.
DrupalTest::testCache function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the cache() method.
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::testEntityManager function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityManager() 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 @covers ::getContainer[[api-linebreak]]
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::testL function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the l() 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::testQueue function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the queue() method.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.