ProcessBuilderTest::testShouldNotThrowALogicExceptionIfNoArgument |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
ClassMetadataTest::testGroupSequencesWorkIfContainingDefaultGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
PHP_CodeCoverageTest::testAppendThrowsExceptionForInvalidArgument |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::append
@expectedException PHP_CodeCoverage_Exception |
Framework_AssertTest::testAssertSelectCountGreaterThanEqualToTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
Framework_AssertTest::testAssertSelectEqualsContentNotPresentTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectEquals |
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Test image_style_url() with the "private://" schema and unclean URLs. |
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Tests that an invalid source image returns a 404. |
SigchildDisabledProcessTest::testStopWithTimeoutIsActuallyWorking |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
|
HttpKernelTest::testHandleWhenTheControllerDoesNotReturnAResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException LogicException |
Framework_MockBuilderTest::testConstructorArgumentsCanBeSpecified |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
Framework_AssertTest::testAssertStringEndsNotWithThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertStringEndsNotWith
@expectedException PHPUnit_Framework_Exception |
Twig_Tests_ErrorTest::testTwigExceptionAddsFileAndLineWhenMissing |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ErrorTest.php |
|
StoreTest::testInvalidatesMetaAndEntityStoreEntriesWithInvalidate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
Framework_AssertTest::testAssertSplObjectStorageNotContainsObject |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotContains |
ContentAwareGeneratorTest::testGenerateRoutenameMultilangNotFound |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException |
IniFileLoaderTest::testExceptionIsRaisedWhenIniFileCannotBeParsed |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php |
@covers Symfony\Component\DependencyInjection\Loader\IniFileLoader::__construct
@covers Symfony\Component\DependencyInjection\Loader\IniFileLoader::load |
ContentAwareGeneratorTest::testGenerateNoContentFoundInRepository |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\RouteNotFoundException |
LanguageDependencyInjectionTest::testDependencyInjectedNewLanguage |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php |
Test dependency injected languages against a new Language object. |
UrlGeneratorTest::testGenerateForRouteWithInvalidOptionalParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php |
Functional tests for adding, editing and deleting languages. |
LanguageConfigurationElementTest::testLanguageConfigurationElement |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Tests the language settings have been saved. |
Framework_ConstraintTest::testConstraintClassNotHasStaticAttribute |
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… |
UrlGeneratorTest::testNoTrailingSlashForMultipleOptionalParameters |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
SearchMultilingualEntityTest::testSearchingMultilingualFieldValues |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Tests searching nodes with multiple languages. |
UrlGeneratorTest::testUrlWithInvalidParameterInHostInNonStrictMode |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
Framework_AssertTest::testAssertObjectHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute
@expectedException PHPUnit_Framework_Exception |
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 |
|
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). |