LoaderChainTest::testReturnsTrueIfAnyLoaderReturnedTrue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php |
|
LoaderChainTest::testReturnsFalseIfNoLoaderReturnedTrue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php |
|
module_test_hook_dynamic_loading_invoke_all_during_load |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Page callback for 'hook dynamic loading' test. |
PHPUnit_Framework_Constraint_IsJson::failureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsJson.php |
Returns the description of the failure |
ConfigurableEntityReferenceItem::getPropertyDefinitions |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Type/ConfigurableEntityReferenceItem.php |
Overrides \Drupal\Core\Entity\Field\Type\EntityReferenceItem::getPropertyDefinitions(). |
PHPUnit_Framework_Constraint_StringMatches::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
|
PHPUnit_Framework_Assert::assertStringMatchesFormatFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a string matches a given format file. |
PHPUnit_Framework_MockObject_InvocationMocker::lookupId |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
|
PropertyMetadataContainerInterface::hasPropertyMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php |
Check if there's any metadata attached to the given named property. |
PropertyMetadataContainerInterface::getPropertyMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php |
Returns all metadata instances for the given named property. |
ProcessBuilderTest::testInheritEnvironmentVarsByDefault |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
PHPUnit_Framework_Constraint_ClassHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
AbstractProfilerStorageTest::testStoreSpecialCharsInUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
CollectionTest::testRejectValidConstraintWithinOptional |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
Framework_MockBuilderTest::testProvidesAFluentInterface |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
CollectionTest::testRejectValidConstraintWithinRequired |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
ExceptionInAssertPreConditionsTest::assertPreConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php |
Performs assertions shared by all tests of a test case. |
Framework_AssertTest::testAssertContainsOnlyInstancesOf |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf |
LessThanOrEqualValidatorTest::provideInvalidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php |
|
FieldTranslationSynchronizerInterface::synchronizeItems |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizerInterface.php |
Synchronize the items of a single field. |
PHPUnit_Framework_ComparatorFactory::getDefaultInstance |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparatorFactory.php |
Returns the default instance. |
ContainerAwareEventDispatcherTest::testReEnteringAScope |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
Framework_AssertTest::testAssertContainsThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContains
@expectedException PHPUnit_Framework_Exception |
EntityTranslationControllerInterface::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Retrieves the source language for the translation being created. |
EntityTranslationControllerInterface::removeTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Removes the translation values from the given entity. |
ContentAwareGeneratorTest::testGenerateEmptyRouteString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
Framework_AssertTest::testAssertStringNotContainsString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotContains |
DependencyTest::testIncompatibleModuleVersionDependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests enabling a module that depends on an incompatible version of a module. |
InlineTest::testParseInvalidMappingShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
Framework_ConstraintTest::testConstraintArrayNotHasKey2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ArrayHasKey
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::arrayHasKey
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_AssertTest::testAssertXmlStringEqualsXmlString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertXmlStringEqualsXmlString |
TraceableEventDispatcherInterface::getNotCalledListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php |
Gets the not called listeners. |
_authorize_filetransfer_connection_settings_set_defaults |
function |
drupal/core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
ValidatorBuilderInterface::setConstraintValidatorFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Sets the constraint validator factory used by the validator. |
FileValidatorTest::testExpectsStringCompatibleTypeOrFile |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException |
Framework_ConstraintTest::testConstraintIsNotInstanceOf2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsInstanceOf
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::isInstanceOf
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
DependencyHookInvocationTest::testHookUpdateDependencies |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyHookInvocationTest.php |
Test the structure of the array returned by hook_update_dependencies(). |
CommentNewIndicatorTest::testCommentNewCommentsIndicator |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php |
Tests new comment marker. |
PHPUnit_Framework_MockObject_Invocation_Static::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php |
|
Framework_ConstraintTest::testConstraintLessThanOrEqual2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_IsEqual
@covers PHPUnit_Framework_Constraint_LessThan
@covers PHPUnit_Framework_Constraint_Or
@covers PHPUnit_Framework_Assert::lessThanOrEqual
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_Constraint_ObjectHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
ResponseHeaderBagTest::testToStringIncludesCookieHeaders |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
|
views.view.test_plugin_argument_default_current_user.yml |
file |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
ResponseHeaderBagTest::testGetCookiesWithInvalidArgument |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
@expectedException \InvalidArgumentException |
Framework_AssertTest::testAssertPrivateAttributeContains |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeContains |
PHPUnit_Framework_Constraint_StringContains::$ignoreCase |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringContains.php |
|
PHPUnit_Framework_Constraint_StringContains::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringContains.php |
|
translation_entity_form_language_content_settings_submit |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form submission handler for translation_entity_admin_settings_form(). |
Framework_ConstraintTest::testConstraintStringStartsWith |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringStartsWith
@covers PHPUnit_Framework_Assert::stringStartsWith
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
FilterStringTest::testFilterStringGroupedExposedNotEqual |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|