PHPUnit_Framework_Constraint_TraversableContains::$checkForObjectIdentity |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
|
PHP_CodeCoverageTest::testSetCacheTokensThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setCacheTokens
@expectedException PHP_CodeCoverage_Exception |
Framework_MockObjectTest::testClonedMockObjectIsNotIdenticalToOriginalOne |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
HttpCacheTest::testFetchesFullResponseWhenCacheStaleAndNoValidatorsPresent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyDoesNotRecurseByDefault |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyRecursesArraysByDefault |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetClass is not allowed to be declared on property… |
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php |
Tests that name and email fields are not present for authenticated users. |
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrict |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyValidatesArraysByDefault |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
UserValidateCurrentPassCustomFormTest::testUserValidateCurrentPassCustomForm |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
Tests that user_validate_current_pass can be reused on a custom form. |
HttpCacheTest::testValidatesCachedResponsesWithETagAndNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
UrlGeneratorTest::testUrlWithInvalidParameterInHostWhenParamHasADefaultValue |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
ValidationVisitorTest::testValidateCascadedPropertyDoesNotValidateNullValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
MongoDbSessionHandlerTest::testConstructorShouldThrowExceptionForInvalidMongo |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
@expectedException InvalidArgumentException |
OverrideServerVariablesUnitTest::testDrupalOverrideServerVariablesProvidedURL |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/OverrideServerVariablesUnitTest.php |
Tests providing a direct URL to to drupal_override_server_variables(). |
HttpCacheTest::testCachesResponsesWithAnETagValidatorButNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithObject |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable. |
CheckReferenceValidityPassTest::testProcessDetectsCrossScopeHierarchyReference |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php |
@expectedException \RuntimeException |
HttpCacheTest::testDoesNotCacheResponsesWithoutFreshnessInformationOrAValidator |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testReplacesCachedResponsesWhenValidationResultsInNon304Response |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
CheckReferenceValidityPassTest::testProcessDetectsReferenceToAbstractDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php |
@expectedException \RuntimeException |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock |
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). |
HttpCacheTest::testDoesNotAssignDefaultTtlWhenResponseHasMustRevalidateDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithBadArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <array without indexes 0 and 1 set> is not callable. |
CheckDefinitionValidityPassTest::testProcessDetectsSyntheticNonPublicDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
@expectedException \RuntimeException |
CheckDefinitionValidityPassTest::testProcessDetectsSyntheticPrototypeDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
@expectedException \RuntimeException |
ValidationVisitorTest::testValidateCascadedPropertyValidatesTraversableByDefault |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
AbstractReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetAnnotation is not allowed to be declared on property… |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtMethodDocBlock |
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). |
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithClassname |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <Framework_ConstraintTest::invalid callback> is not callable. |
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::testDetermineJsonError |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
@dataProvider determineJsonErrorDataprovider
@covers PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError |
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php |
Translates JSON error to a human readable string. |
CookieTest::testInstantiationThrowsExceptionIfCookieNameContainsInvalidCharacters |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php |
@dataProvider invalidNames
@expectedException InvalidArgumentException
@covers Symfony\Component\HttpFoundation\Cookie::__construct |
Framework_ConstraintTest::testConstraintCallbackInvalidArrayArgumentWithEmptyArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <empty array> is not callable. |
SimpleAnnotationReaderTest::testClassWithInvalidAnnotationTargetAtPropertyDocBlock |
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). |
CheckReferenceValidityPassTest::testProcessIgnoresScopeWideningIfNonStrictReference |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php |
|
Framework_Constraint_JsonMatches_ErrorMessageProviderTest::testTranslatTypeToPrefix |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php |
@dataProvider translateTypeToPrefixDataprovider
@covers PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::translateTypeToPrefix |
PHP_CodeCoverageTest::testSetForceCoversAnnotationThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::setForceCoversAnnotation
@expectedException PHP_CodeCoverage_Exception |
HttpCacheTest::testValidatesCachedResponsesWithLastModifiedAndNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
DocParserTest::testAnnotationDoesntThrowExceptionWhenAtSignIsNotFollowedByIdentifier |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@group DCOM-41 |
ValidationVisitorTest::testValidateCascadedPropertyDoesNotValidateNestedScalarValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
XmlFileLoaderTest::testLoadThrowsExceptionWithInvalidFileEvenWithoutSchemaValidation |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@dataProvider getPathsToInvalidFiles |
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::translateTypeToPrefix |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches/ErrorMessageProvider.php |
Translates a given type to a human readable message prefix. |
HttpCacheTest::testCachesResponsesWithALastModifiedValidatorButNoFreshnessInformation |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
AbstractComparisonValidatorTestCase::testThrowsConstraintExceptionIfNoValueOrProperty |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php |
|
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameterNonStrictWithLogger |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
UrlGeneratorTest::testGenerateForRouteWithInvalidParameterButDisabledRequirementsCheck |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyDoesNotValidateTraversableIfDisabled |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
SimpleAnnotationReaderTest::testClassWithInvalidNestedAnnotationTargetAtPropertyDocBlock |
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). |