DefaultMobileMetaTagsTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php |
|
design_test_menu_local_tasks_alter |
function |
drupal/core/modules/system/tests/modules/design_test/design_test.module |
Implements hook_menu_local_tasks_alter(). |
ContactSitewideTest::testAutoReply |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Tests auto-reply on the site-wide contact form. |
DiscoveryTestBase::$emptyDiscovery |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/DiscoveryTestBase.php |
An empty discovery component. |
DisplayInternalLogicTest::$modules |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Modules to enable. |
ManageDisplayTest::testFormatterUI |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests formatter settings. |
UpdateUploadTest::testUploadModule |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Tests upload and extraction of a module. |
CookieTest::testCookieIsNotCleared |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php |
|
ContactSitewideTest::submitContact |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Submits the contact form. |
SessionHandlerProxyTest::testClose |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php |
|
DisplayInternalLogicTest::$unbound |
property |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
The unbound test display. |
EntityAccessCheckTest::testApplies |
function |
drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests the method for checking if the access check applies to a route. |
theme_test.template_test.html.twig |
file |
drupal/core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig |
<!-- Output for Theme API test -->
Fail: Template not overridden. |
InstallationProfileModuleTestsTest |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php |
Verifies that tests bundled with installation profile modules are found. |
MiniPagerTest::testMiniPagerRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/MiniPagerTest.php |
Tests the rendering of mini pagers. |
ParserTest::testSequenceInAMapping |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
PHPUnit_TextUI_TestRunner::$loader |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php |
|
ParserTest::testMappingInASequence |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
SessionHandlerProxyTest::testWrite |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php |
|
GenericEventTest::testGetArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
Tests Event->getArgs() |
AnnotatedClassDiscoveryTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php |
Sets up unit test environment. |
GenericEventTest::testSetArguments |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php |
|
NodeTestStorageController::preSave |
function |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
FileTest::testMoveWithNonLatinName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php |
@dataProvider getFilenameFixtures |
EmailValidatorTest::getValidEmails |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php |
|
PluginInstanceTest::testPluginData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php |
Confirms that there is plugin data for all views plugin types. |
LocaleUpdateInterfaceTest::getInfo |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php |
|
form_test_programmatic_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler for programmatic form submissions. |
NodeCreationTest::testNodeCreation |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php |
Creates a "Basic page" node and verifies its consistency in the database. |
DependencyTest::testMissingModules |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Attempts to enable a module with a missing dependency. |
MainContentFallbackTest::$web_user |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php |
|
RowPluginTest::drupalCreateComment |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php |
Helper function to create a random comment. |
DisplayPageTest::testPageResponses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php |
Checks the behavior of the page for access denied/not found behaviours. |
AlterTest::testSimpleAlterSubquery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php |
Tests that we can do basic alters on subqueries. |
ContactPersonalTest::$contact_user |
property |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php |
A user without any permissions. |
ImageStyleFlushTest::getImageCount |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php |
Count the number of images currently created for a style in a wrapper. |
EsiTest::testProcessEscapesPhpTags |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php |
|
Framework_AssertTest::sameProvider |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
|
IpValidatorTest::testInvalidIpsAll |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php |
@dataProvider getInvalidIpsAll |
PHPUnit_Util_TestDox_ResultPrinter |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Base class for printers of TestDox documentation. |
LanguageConfigurationTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php |
|
BasicSyntaxTest::testLikeBackslash |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php |
Tests a LIKE query containing a backslash. |
PHPUnit_Framework_SkippedTestError |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SkippedTestError.php |
Extension to PHPUnit_Framework_AssertionFailedError to mark the special
case of a skipped test. |
NodeFormButtonsTest::assertButtons |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php |
Assert method to verify the buttons in the dropdown element. |
QueryGroupByTest::testGroupByCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
views.view.test_group_by_count.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
PHPUnit_Framework_TestCase::$locale |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
|
EventTest::testIsPropagationStopped |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php |
|
PHPUnit_Framework_TestCase::$status |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
|
CacheWarmerAggregateTest::$cacheDir |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|