CollectionTest::testRejectValidConstraintWithinOptional |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
CollectionTest::testRejectValidConstraintWithinRequired |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
PerformanceTest::testCachedReadPerformanceWithFileCache |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php |
@group performance |
HttpCacheTest::testDoesNotCacheRequestsWithACookieHeader |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testCachesResponsesWithAnExpirationHeader |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testHitsCachedResponseWithMaxAgeDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
FragmentListenerTest::testAccessDeniedWithNonSafeMethods |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php |
@expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException |
FragmentListenerTest::testAccessDeniedWithWrongSignature |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php |
@expectedException \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException |
ResponseHeaderBagTest::testGetCookiesWithInvalidArgument |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
@expectedException \InvalidArgumentException |
TraceableEventDispatcherTest::testLoggerWithStoppedEvent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
Tests 'node_access' query alter, for user with access. |
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 |
Framework_ConstraintTest::testConstraintCountWithAnArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Count |
DocParserTest::testWithoutConstructorWhenHasNoProperties |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation @SomeAnnotationClassNameWithoutConstructorAndProperties declared on does not accept any values, but got {"value":"Foo"}. |
ClassCollectionLoaderTest::testClassWithTraitsReordering |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@dataProvider getDifferentOrdersForTraits |
FragmentHandlerTest::testDeliverWithUnsuccessfulResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php |
@expectedException RuntimeException
@expectedExceptionMessage Error when rendering "http://localhost/" (Status code is 404). |
PHPUnit_Framework_Constraint_StringEndsWith::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringEndsWith.php |
|
PhpParserTest::testEqualNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
Twig_Tests_LexerTest::testStringWithEscapedInterpolation |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
Twig_Tests_LexerTest::testStringWithNestedInterpolations |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
StoreTest::testRestoresResponseHeadersProperlyWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
SigchildEnabledProcessTest::testProcessWithoutTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
PerformanceTest::testPhpParserPerformanceWithoutShortCut |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php |
@group performance |
RequestTest::testGetContentCantBeCalledTwiceWithResources |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@expectedException LogicException
@dataProvider getContentCantBeCalledTwiceWithResourcesProvider |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Sets a value for a given key with a time to live if it does not yet exist. |
HttpCacheTest::testHitsCachedResponseWithSMaxAgeDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
ParentClassWithPrivateAttributes::$privateParentAttribute |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
UrlGeneratorTest::testOptionalVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
UrlGeneratorTest::testRequiredVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
Framework_ConstraintTest::testConstraintStringStartsWith2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringStartsWith
@covers PHPUnit_Framework_Assert::stringStartsWith
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintStringEndsNotWith |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringEndsWith
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::stringEndsWith
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
AnnotationWithRequiredAttributesWithoutContructor::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$annot |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
MimeTypeTest::testGuessImageWithFileBinaryMimeTypeGuesser |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Test deleting a taxonomy that contains terms. |
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |
PhpParserTest::testEqualNamespacesPerFileWithClassAsFirst |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
PhpParserTest::testGlobalNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
SigchildDisabledProcessTest::testProcessWithoutTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
AbstractProcessTest::testStopWithTimeoutIsActuallyWorking |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
UrlGeneratorTest::testAbsoluteSecureUrlWithNonStandardPort |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
UrlGeneratorTest::testRelativeUrlWithOptionalZeroParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
PHPUnit_Framework_MockObject_Builder_ParametersMatch::with |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php |
Sets the parameters to match for, each parameter to this funtion will
be part of match. To perform specific matches or constraints create a
new PHPUnit_Framework_Constraint and use it for the parameter.
If the parameter value is not a constraint it… |
UrlGeneratorTest::testGenerateForRouteWithInvalidParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
PHP_Token_NamespaceTest::testGetEndLineWithScopedNamespace |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/NamespaceTest.php |
|
JsonResponseTest::testConstructorWithArrayCreatesJsonArray |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
Framework_ConstraintTest::testConstraintStringEndsNotWith2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringEndsWith
@covers PHPUnit_Framework_Assert::stringEndsWith
@covers PHPUnit_Framework_TestFailure::exceptionToString |
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The annotation @SomeAnnotationClassNameWithoutConstructorAndProperties declared on does not accept any values, but got {"value":"Foo"}. |
YamlFileLoaderTest::testLoadThrowsExceptionWithInvalidFile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |