MappingException::fileMappingDriversRequireConfiguredDirectoryPath |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php |
|
ResolveDefinitionTemplatesPassTest::testProcessDoesNotCopyAbstract |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php |
|
ValidationVisitorTest::testMetadataMayNotExistIfTraversalIsEnabled |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
Twig_Tests_Loader_ChainTest::testGetSourceWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
@expectedException Twig_Error_Loader |
Framework_TestCaseTest::testRequiringAnExistingFunctionDoesNotSkip |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
Twig_Tests_Loader_ArrayTest::testGetSourceWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
@expectedException Twig_Error_Loader |
InlineFragmentRendererTest::testRenderExceptionIgnoreErrorsWithAlt |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php |
|
AnnotationLoaderTest::testLoadClassMetadataReturnsTrueIfSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
KernelTest::testLocateResourceReturnsTheFirstThatMatchesWithParent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
RouteCollectionTest::testAddPrefixOverridesDefaultsAndRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
PHPUnit_Framework_Constraint_ClassHasAttribute::failureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Returns the description of the failure |
Framework_MockObjectTest::testOriginalConstructorSettingConsidered |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
EntityReferenceAutocompleteTest::testEntityReferenceAutocompletion |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php |
Tests autocompletion edge cases with slashes in the names. |
ClassMetadataTest::testMergeConstraintsKeepsPrivateMembersSeparate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
Framework_AssertTest::testAssertSelectCountGreaterThanEqualToFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
Twig_Tests_LexerTest::testOperatorEndingWithALetterAtTheEndOfALine |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
Framework_AssertTest::testAssertSelectEqualsContentNotPresentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectEquals
@expectedException PHPUnit_Framework_AssertionFailedError |
Twig_Test_EscapingTest::testJavascriptEscapingConvertsSpecialChars |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
Framework_AssertTest::testAssertStringStartsNotWithThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringStartsNotWith
@expectedException PHPUnit_Framework_Exception |
GetterMetadataTest::testGetPropertyValueFromOverriddenPublicGetter |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php |
|
Framework_AssertTest::testAssertArrayHasKeyAcceptsArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayHasKey |
StoreTest::testDoesNotFindAnEntryWithLookupWhenTheBodyDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
PhpMatcherDumperTest::testDumpWhenSchemeIsUsedWithoutAProperDumper |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
@expectedException \LogicException |
ContentAwareGeneratorTest::testGenerateRouteMultilangLocaleNomatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
SimpleAnnotationReaderTest::testImportDetectsNotImportedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
SimpleAnnotationReaderTest::testImportDetectsNonExistentAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
Contrary to the behavior of the default annotation reader, we do just ignore
these in the simple annotation reader (so, no expected exception here). |
StaticReflectionParser::getStaticReflectionParserForDeclaringClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
Get the PSR-0 parser for the declaring class. |
PHPUnit_Framework_ExpectationFailedException::getComparisonFailure |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ExpectationFailedException.php |
|
FieldAttachStorageTest::testFieldAttachSaveMissingDataDefaultValue |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test insert with missing or NULL fields, with default value. |
HttpCacheTest::testDoesNotCacheWithCookieHeaderAndNonPublicResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::$sequenceIndex |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
PHPUnit_Framework_MockObject_Invocation_Static::$uncloneableClasses |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php |
|
BankAccountWithCustomExtensionTest::testBalanceCannotBecomeNegative |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php |
@covers BankAccount::withdrawMoney
@group balanceCannotBecomeNegative
@group specification |
ParentClassWithProtectedAttributes::$protectedStaticParentAttribute |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
UrlGeneratorTest::testGenerateForRouteWithInvalidMandatoryParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
Framework_ConstraintTest::testConstraintClassNotHasStaticAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::classHasStaticAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers… |
PHP_CodeCoverage_Report_HTML_Renderer_File::renderTraitOrClassItems |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/File.php |
|
Framework_AssertTest::testAssertClassNotHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasAttribute
@expectedException PHPUnit_Framework_Exception |
PHP_CodeCoverage_FilterTest::testRemovingAFileFromTheBlacklistWorks |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/FilterTest.php |
@covers PHP_CodeCoverage_Filter::removeFileFromBlacklist
@covers PHP_CodeCoverage_Filter::getBlacklist |
PHP_CodeCoverage_Report_HTML_Renderer_Dashboard::leastTestedMethods |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/Dashboard.php |
Returns the least tested methods. |
Twig_Tests_ParserTest::testSetMacroThrowsExceptionOnReservedMethods |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@expectedException Twig_Error_Syntax |
PHP_CodeCoverage_FilterTest::testRemovingAFileFromTheWhitelistWorks |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/FilterTest.php |
@covers PHP_CodeCoverage_Filter::removeFileFromWhitelist
@covers PHP_CodeCoverage_Filter::getWhitelist |
Twig_Tests_Extension_SandboxTest::testSandboxLocallySetForAnInclude |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
Framework_TestCaseTest::testRequiringAnExistingExtensionDoesNotSkip |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Enables the invocation of the original constructor. |
XmlFileLoaderTest::testLoadClassMetadataReturnsFalseIfNotSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php |
|
InlineServiceDefinitionsPassTest::testProcessInlinesOnlyIfSameScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php |
|
PHP_CodeCoverage_TestCase::getCoverageForBankAccountForLastTwoTests |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/TestCase.php |
|
ReplaceAliasByActualDefinitionPassTest::testProcessWithInvalidAlias |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php |
@expectedException \InvalidArgumentException |
KernelTest::testLocateResourceThrowsExceptionWhenBundleDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \InvalidArgumentException |