UninstallTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php |
Modules to enable. |
MultiDependencyTest.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/MultiDependencyTest.php |
|
entity_test_mulrev_load |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Loads a test entity. |
UnicodeTest::testSubstr |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::substr(). |
MetadataBagTest::$array |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
views_test_data.install |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Install, update, and uninstall functions for the Views Test module. |
ActionUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Action/ActionUnitTest.php |
|
RouteTestSubscriber.php |
file |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
|
ValidationTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
|
TraceableUrlMatcherTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php |
|
views_test_data_install |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.install |
Implements hook_install(). |
HandlerTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php |
Views used by this test. |
UserEntityCallbacksTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Test user entity callbacks. |
FieldWebTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
NodeAdminTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php |
Modules to enable. |
LanguageTestManager.php |
file |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/LanguageTestManager.php |
Contains \Drupal\language_test\LanguageTestManager. |
ConfirmFormTestForm.php |
file |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php |
Contains \Drupal\form_test\ConfirmFormTestForm. |
ViewTestData::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php |
Returns the views data definition. |
HandlerTest::testUICRUD |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php |
Tests UI CRUD. |
UserRoleUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php |
Tests upgrading a bare database with user role data. |
SystemAuthorizeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php |
Definition of Drupal\system\Tests\System\SystemAuthorizeTest. |
EntityAccessTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Sets up Drupal unit test environment. |
TestEventDispatcher.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php |
|
DisplayPath::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayPath.php |
Views used by this test. |
StyleTest::testGrouping |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
|
rdf_test_rdf_namespaces |
function |
drupal/core/modules/rdf/tests/rdf_test.module |
Implements hook_rdf_namespaces(). |
DependencyTestSuite.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/DependencyTestSuite.php |
|
DisplayPath::testPathUI |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayPath.php |
|
DisplayExtenderTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayExtenderTest. |
loop_context_local.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test |
|
CommentNewIndicatorTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php |
Tests the 'new' marker on comments. |
translation_test.module |
file |
drupal/core/modules/translation/tests/translation_test.module |
Mock module for content translation tests. |
menu_test_local_actions |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_local_actions(). |
ConstraintViolationTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationTest.php |
|
MenuRouterTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
|
EmailFieldTest::getInfo |
function |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
|
FieldUrlTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Returns the views data definition. |
ImportOpmlTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php |
|
menu_test_argument_load |
function |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
ForumBlockTest::getInfo |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
|
CacheTest::testFlushAll |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/CacheTest.php |
|
TestBase::assertNotNull |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Check to see if a value is not NULL. |
ViewTestBase::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Returns the views data definition. |
DisplayTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php |
Views used by this test. |
EmailItemTest::$modules |
property |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailItemTest.php |
Modules to enable. |
FormTestArgumentsObject |
class |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestArgumentsObject.php |
Provides a test form object that needs arguments. |
FilterDefaultConfigTest |
class |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php |
Tests text format default configuration. |
CacheTest::testGetStats |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/CacheTest.php |
@group DCOM-43 |
TestImplementorTest.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestImplementorTest.php |
|
PHP_Token_NamespaceTest |
class |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/NamespaceTest.php |
Tests for the PHP_Token_NAMESPACE class. |