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 |
|
Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningDisabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningDisabled |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testVerificationOfMethodNameFailsWithParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockObjectTest::testVerificationOfNeverFailsWithEmptyParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
HttpKernelTest::testHandleWhenAnExceptionIsHandledWithASpecificStatusCode |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@dataProvider getStatusCodes |
HttpCacheTest::testTerminateDelegatesTerminationOnlyForTerminableInterface |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
HttpCacheTest::testFetchesFullResponseWhenCacheStaleAndNoValidatorsPresent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_AssertTest::testAssertClassNotHasStaticAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
PHP_CodeCoverage_Report_HTML_Renderer_Dashboard::classCoverageDistribution |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/Dashboard.php |
Returns the data for the Class Coverage Distribution chart. |
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Tests term reference field and widget with multiple vocabularies. |
Twig_Tests_ExpressionParserTest::testMacroCallDoesNotSupportNamedArguments |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
@expectedException Twig_Error_Syntax |
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 |
|
ClassCollectionLoaderTest::getFixNamespaceDeclarationsDataWithoutTokenizer |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
HIncludeFragmentRendererTest::testRenderExceptionWhenControllerAndNoSigner |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php |
@expectedException \LogicException |
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… |
Util_TestDox_NamePrettifierTest::testTestNameIsNotGroupedWhenNotInSequence |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TestDox/NamePrettifierTest.php |
@ticket 224 |
Framework_AssertTest::testAssertJsonStringEqualsJsonFileExpectingException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile |
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
Twig_Tests_Node_Expression_FilterTest::testCompileWithMissingNamedArgument |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Value for argument "from" is required for filter "replace". |
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. |
HttpCacheTest::testDoesCacheWithAuthorizationRequestHeaderAndPublicResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
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 |
|
AnalyzeServiceReferencesPassTest::testProcessDoesNotSaveDuplicateReferences |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php |
|
Framework_MockObjectTest::testClonedMockObjectCanBeUsedInPlaceOfOriginalOne |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Twig_Test_EscapingTest::testJavascriptEscapingEscapesOwaspRecommendedRanges |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
Framework_AssertTest::testAssertCountThrowsExceptionIfElementIsNotCountable |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertCount |
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 |
|
ContainerBuilderTest::testThrowsExceptionWhenSetDefinitionOnAFrozenContainer |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@expectedException BadMethodCallException |
UrlGeneratorTest::testUrlWithInvalidParameterInHostWhenParamHasADefaultValue |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
Util_ConfigurationTest::testExceptionIsThrownForNotExistingConfigurationFile |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php |
@expectedException PHPUnit_Framework_Exception |
PHPUnit_Framework_MockObject_MockObject::__phpunit_getStaticInvocationMocker |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php |
|
EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfEsiNotSupported |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyDoesNotValidateNullValues |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
Twig_Tests_Extension_CoreTest::testRandomFunctionOfEmptyArrayThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php |
@expectedException Twig_Error_Runtime |
CheckCircularReferencesPassTest::testProcessDetectsIndirectCircularReference |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php |
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException |
Framework_MockObjectTest::testVerificationOfMethodNameFailsWithoutParameters |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_MockBuilderTest::testByDefaultDoesNotPassArgumentsToTheConstructor |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
Framework_MockObject_GeneratorTest::testGetMockCanCreateNonExistingFunctions |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/GeneratorTest.php |
@covers PHPUnit_Framework_MockObject_Generator::getMock |
Framework_AssertTest::testAssertArrayHasKeyProperlyFailsWithArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayHasKey
@expectedException PHPUnit_Framework_AssertionFailedError |
SigchildEnabledProcessTest::testProcessThrowsExceptionWhenExternallySignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
|
Twig_Tests_Node_Expression_FilterTest::testCompileWithWrongNamedArgumentName |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php |
@expectedException Twig_Error_Syntax
@expectedExceptionMessage Unknown argument "foobar" for filter "date". |
PHP_Token_InterfaceTest::testGetPackageNamespaceForFileWithMultipleNamespaces |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
@dataProvider provideFilesWithClassesWithinMultipleNamespaces
@covers PHP_Token_INTERFACE::getPackage |
MongoDbSessionHandlerTest::testConstructorShouldThrowExceptionForInvalidMongo |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
@expectedException InvalidArgumentException |
ContainerAwareHttpKernelTest::testHandleRestoresThePreviousRequestOnException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php |
@dataProvider getProviderTypes |
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(). |