ClassUtilsTest::testGenerateProxyClassName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
|
PHPUnit_Framework_TestCase::getAnnotations |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns the annotations for this test. |
PHPUnit_Framework_TestListener::addFailure |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php |
A failure occurred. |
Framework_AssertTest::testAssertFileExists |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertFileExists |
EditLoadingTest::testUserWithoutPermission |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php |
Test the loading of Edit when a user doesn't have access to it. |
ElementsTableSelectTest::testMultipleFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of radios when #multiple is FALSE. |
PHPUnit_Util_TestDox_ResultPrinter::onTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Handler for 'on test' event. |
FieldAttachOtherTest::testFieldAttachCache |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field cache. |
EntityDisplayTest::testExtraFieldComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests the behavior of a field component within an EntityDisplay object. |
EntityFormTest::testEntityFormDisplayAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Tests hook_entity_form_display_alter(). |
PHPUnit_Util_TestDox_ResultPrinter::endRun |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
Handler for 'end run' event. |
ExceptionHandlerTest::testNestedExceptions |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php |
|
EntityDisplayTest::testDeleteFieldInstance |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests deleting field instance. |
EntityFilteringThemeTest::testThemedEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Checks each themed entity for XSS filtering in available themes. |
RequestTest::testGetAcceptableContentTypes |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
PHPUnit_Extensions_TicketListener::endTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TicketListener.php |
A test ended. |
AbstractProcessTest::responsesCodeProvider |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Twig_Tests_Node_Expression_ConditionalTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php |
|
MemcachedSessionHandlerTest::testGcSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
LocaleImportFunctionalTest::getEmptyPoFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a empty .po file. |
PHPUnit_Extensions_TestDecorator::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Returns a string representation of the test. |
SystemUpgradePathTest::testVariableUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php |
Tests upgrade of variables to config. |
PHPUnit_Extensions_TestDecorator::basicRun |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Runs the test and collects the
result in a TestResult. |
UserEntityCallbacksTest::testLabelCallback |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Test label callback. |
PHPUnit_Util_Log_JUnit::$testSuiteFailures |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
HttpCacheTest::testSendsNoContentWhenFresh |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
CommentInterfaceTest::testCommentInterface |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php |
Tests the comment interface. |
ContainerBuilderTest::testAddClassResource |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addClassResource |
MailUpgradePathTest::testMailSystemUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/MailUpgradePathTest.php |
Tests that mail backends are upgraded to their Drupal 8 equivalents. |
RenderTest::testDrupalRenderThemeArguments |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php |
Tests passing arguments to the theme function. |
SystemConfigFormTest::testSystemConfigForm |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php |
Tests the SystemConfigFormTestBase class. |
DefaultViewRecentComments::testPageDisplay |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php |
Tests the page defined by the comments_recent view. |
HttpCacheTest::testEsiCacheForceValidation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
ResponseHeaderBagTest::testAllPreserveCase |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
@covers Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCase
@dataProvider provideAllPreserveCase |
AbstractComparisonValidatorTestCase::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php |
|
PHPUnit_Framework_TestCase::setInIsolation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
PHPUnit_Framework_TestSuite::addTestMethod |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
|
ForumBlockTest::testActiveForumTopicsBlock |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php |
Tests the "Active forum topics" block. |
RelationshipRepresentativeNode::$testViews |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php |
Views used by this test. |
SelectPagerDefaultTest::testEvenPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
LanguageConfigurationElementTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Modules to enable. |
TestMappingSubscriber::getSubscribedEvents |
function |
drupal/core/modules/rdf/tests/rdf_test_mapping/lib/Drupal/rdf_test_mapping/EventSubscriber/TestMappingSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
PHPUnit_Framework_TestCase::getMockBuilder |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns a builder object to create mock objects using a fluent interface. |
ThemeTestPhpTemplate::testTemplateOverride |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestPhpTemplate.php |
Ensures a theme's template is overrideable based on the 'template' filename. |
ResponseHeaderBagTest::testMakeDisposition |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
@dataProvider provideMakeDisposition |
ValidatorBuilderTest::testAddMethodMapping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php |
|
PdoSessionHandlerTest::testWrongPdoErrMode |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
SelectPagerDefaultTest::testElementNumbers |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that every pager gets a valid, non-overlaping element ID. |
BlockTemplateSuggestionsUnitTest::$modules |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php |
Modules to enable. |
MenuRouterTest::testThemeCallbackFakeTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use a theme that does not exist. |