MemcachedSessionHandlerTest::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
EntityDisplayTest::testFieldComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests the behavior of a field component within an EntityDisplay object. |
RequestTest::testGetPreferredLanguage |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
MissingCheckedRequirementsTest::setUp |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php |
Sets up a Drupal site for running functional and integration tests. |
TestKernelThatThrowsException::handle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php |
Handles a Request to convert it to a Response. |
MemcachedSessionHandlerTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
LanguageNegotiationInfoTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php |
Modules to enable. |
Framework_AssertTest::testAssertFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertFalse |
AggregatorTestBase::getFeedEditObject |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Returns a randomly generated feed edit object. |
LocaleImportFunctionalTest::getPoFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a proper .po file. |
FileValidatorTest::testInvalidMaxSize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
FormTest::testFieldFormSingleRequired |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
AggregatorTestBase::getFeedCategories |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Pulls feed categories from {aggregator_category_feed} table. |
entity_test_entity_field_access_alter |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access_alter(). |
PHPUnit_Framework_TestSuite::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns a string representation of the test suite. |
entity_test_entity_form_display_alter |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_form_display_alter(). |
ValidationTest::testPatternValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
Tests #pattern validation. |
Framework_AssertTest::testAssertSame2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSame |
PHPUnit_Framework_TestCase::getStatus |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns the status of this test. |
StatisticsAdminTest::$privileged_user |
property |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php |
A user that has permission to administer statistics. |
FormTest::testFieldFormMultipleWidget |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widgets handling multiple values. |
FieldByClassEnhancerTest::testNoClass |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
PHPUnit_Framework_TestCase::hasFailed |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns whether or not this test has failed. |
Framework_AssertTest::testGreaterThan |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertGreaterThan |
PHPUnit_Extensions_TestDecorator::run |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Runs the decorated test and collects the
result in a TestResult. |
XssTest::providerTestInvalidMultiByte |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/XssTest.php |
Data provider for testInvalidMultiByte(). |
LocaleValidatorTest::testValidLocales |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php |
@dataProvider getValidLocales |
AggregatorTestBase::createSampleNodes |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Creates sample article nodes. |
DependencyHookInvocationTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyHookInvocationTest.php |
|
AggregatorTestBase::enableTestPlugins |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Enable the plugins coming with aggregator_test module. |
MemcacheSessionHandlerTest::$memcache |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
file_module_test_file_download_access |
function |
drupal/core/modules/file/tests/file_module_test.module |
Implements hook_file_download_access(). |
LocaleContentTest::testMachineNameLTR |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php |
Verifies that machine name fields are always LTR. |
UserAdminListingTest::testUserListing |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php |
Tests the listing. |
PHPUnit_Framework_TestCase::getResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
PHPUnit_Framework_TestCase::setResult |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.4.0 |
MenuRouterTest::testTitleMenuCallback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests page title of MENU_CALLBACKs. |
EntityTestMulRevStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Definition of Drupal\entity_test\EntityTestMulRevStorageController. |
views.view.test_user_uid_argument.yml |
file |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml |
InsertLobTest::testInsertMultipleBlob |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertLobTest.php |
Tests that we can insert multiple blob fields in the same query. |
CommentTranslationUITest::setupBundle |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle(). |
FormTest::testRequiredCheckboxesRadio |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Tests validation for required checkbox, select, and radio elements. |
FormTestArgumentsObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestArgumentsObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
PHPUnit_Framework_TestCase::setLocale |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
This method is a wrapper for the setlocale() function that automatically
resets the locale to its original value after the test is run. |
views.view.test_user_relationship.yml |
file |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml |
PHPUnit_Framework_TestSuite::tearDown |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Template Method that is called after the tests
of this test suite have finished running. |
PHPUnit_Util_Log_TAP::$testSuiteLevel |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/TAP.php |
|
PHPUnit_Util_Log_TAP::$testSuccessful |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/TAP.php |
|
MenuRouterTest::testAuthUserUserLogin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page. |
EntityQueryRelationshipTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Modules to enable. |