Framework_AssertTest::testAssertThatAttributeEquals |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::attribute
@covers PHPUnit_Framework_Assert::equalTo |
DatabaseStorageControllerNG::mapToDataStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the data table. |
StyleSerializerTest::testReponseFormatConfiguration |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Tests the response format configuration. |
DocParserTest::testAnnotationWithRequiredAttributes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php |
Tests that there is a link to the parent term on the child term page. |
SelectSubqueryTest::testFromSubquerySelectWithLimit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
ScopeCrossingInjectionException::getSourceServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
|
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_predelete(). |
DocParserTest::testAnnotationDontAcceptSingleQuotes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected PlainValue, got ''' at position 10. |
PHPUnit_Framework_Constraint_ExceptionCode::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionCode.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
DocParserTest::testSyntaxErrorWithUnknownCharacters |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DDC-183 |
ScopeWideningInjectionException::getSourceServiceId |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php |
|
Util_ConfigurationTest::testXincludeInConfiguration |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php |
|
ConfigGlobalOverrideSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
Framework_AssertTest::testAssertThatLessThanOrEqual |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::lessThanOrEqual |
UserRegistrationTest::testRegistrationDefaultValues |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php |
|
PHPUnit_Framework_MockObject_MockBuilder::$testCase |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
|
PHPUnit_Framework_Constraint_IsEqual::$canonicalize |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
|
DefaultFileLocatorTest::testFindMappingFileNotFound |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
ExtensionViewsFieldTest::testFileExtensionTarOption |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php |
Tests file extension views field handler extension_detect_tar option. |
RegexValidatorTest::testExpectsStringCompatibleType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException |
PHPUnit_Framework_Assert::assertStringNotEqualsFile |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that the contents of a string is not equal
to the contents of a file. |
Util_DiffTest::testComparisonErrorStartSame_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
AccessSubscriber::onRoutingRouteAlterSetAccessCheck |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php |
Apply access checks to routes. |
PHPUnit_Framework_MockObject_MockBuilder::$autoload |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
|
Framework_AssertTest::testAssertTagCdataContentTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
Framework_AssertTest::testAssertTagCdataontentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
Util_DiffTest::testComparisonErrorStartSameComplete |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
Util_DiffTest::testComparisonErrorOverlapingMatches |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
UrlGeneratorTest::testAliasGenerationWithParameters |
function |
drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that generated routes will have aliased paths. |
GlobalExecutionContextInterface::getMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the factory for validation metadata objects. |
PHP_CodeCoverage_Report_Node_Directory::$numClasses |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
PHP_CodeCoverage::setAddUncoveredFilesFromWhitelist |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
NodeEntityViewModeAlterTest::testNodeViewModeChange |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php |
Create a "Basic page" node and verify its consistency in the database. |
UniversalClassLoaderTest::testLoadClassFromFallback |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
@dataProvider getLoadClassFromFallbackTests |
PHP_CodeCoverage_Report_Node_Directory::$numMethods |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
XmlEncoderTest::testPreventsComplexExternalEntities |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
PHPUnit_Framework_Assert::assertAttributeInstanceOf |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that an attribute is of a given type. |
LengthValidatorTest::testConstraintGetDefaultOption |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
PHP_CodeCoverage::processUncoveredFileFromWhitelist |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
ChoiceValidatorTest::testValidChoiceCallbackClosure |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
PHP_CodeCoverage_Report_Node_Directory::getIterator |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
Returns an iterator for this node. |
ajax_forms_test_advanced_commands_restripe_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'restripe'. |
BackendChainImplementationUnitTest::testGetMultiple |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test the get multiple feature. |
Twig_Tests_Loader_FilesystemTest::testGetNamespaces |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php |
|
ajax_forms_test_advanced_commands_settings_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'settings'. |
RouteCompilerTest::testRouteWithNumericVariableName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php |
@dataProvider getNumericVariableNames
@expectedException \DomainException |
ReplaceAliasByActualDefinitionPassTest::testProcess |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php |
|
AnnotationLoaderTest::testLoadClassMetadataAndMerge |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
Test MetaData merge with parent annotation. |
PHPUnit_Framework_Assert::assertStringMatchesFormat |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a string matches a given format string. |