SearchMultilingualEntityTest::testSearchingMultilingualFieldValues |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Tests searching nodes with multiple languages. |
PhpMatcherDumperTest::testDumpWhenSchemeIsUsedWithoutAProperDumper |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php |
@expectedException \LogicException |
LanguageDependencyInjectionTest::testDependencyInjectedNewLanguage |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php |
Test dependency injected languages against a new Language object. |
AbstractReaderTest::testIgnoresAnnotationsNotPrefixedWithWhitespace |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
RedirectableUrlMatcherTest::testRedirectWhenNoSlashForNonSafeMethod |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php |
@expectedException Symfony\Component\Routing\Exception\ResourceNotFoundException |
Twig_Tests_Extension_SandboxTest::testSandboxLocallySetForAnInclude |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
InlineServiceDefinitionsPassTest::testProcessInlinesOnlyIfSameScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php |
|
UrlGeneratorTest::testGenerateForRouteWithInvalidMandatoryParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException Symfony\Component\Routing\Exception\InvalidParameterException |
KernelTest::testLocateResourceThrowsExceptionWhenBundleDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \InvalidArgumentException |
YamlFileLoaderTest::testParseRouteThrowsExceptionWithMissingPattern |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
@expectedException \InvalidArgumentException |
Twig_Tests_ParserTest::testSetMacroThrowsExceptionOnReservedMethods |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@expectedException Twig_Error_Syntax |
HttpCacheTest::testDoesNotCacheWithCookieHeaderAndNonPublicResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php |
Tests changing the default values of basic options to ensure they persist. |
Twig_Tests_Loader_ChainTest::testGetCacheKeyWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
@expectedException Twig_Error_Loader |
Twig_Tests_Loader_ArrayTest::testGetCacheKeyWhenTemplateDoesNotExist |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
@expectedException Twig_Error_Loader |
YamlFileLoaderTest::testLoadThrowsExceptionIfArrayHasUnsupportedKeys |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
@expectedException \InvalidArgumentException |
DefaultFileLocatorTest::testGetAllClassNamesNonMatchingFileExtension |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
Twig_Tests_NodeVisitor_OptimizerTest::testRenderParentBlockOptimizer |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
HttpCacheTest::testStoresResponsesWhenNoCacheRequestDirectivePresent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
HttpCacheTest::testDoesNotCacheResponsesWithExplicitNoStoreDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
SerializerTest::testNormalizeGivesPriorityToInterfaceOverTraversable |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
ResponseListenerTest::testFilterSetsNonDefaultCharsetIfNotOverridden |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php |
|
OtherInstallationProfileModuleTestsTest::testOtherInstallationProfile |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php |
Tests that tests located in another installation profile do not appear. |
ProcessFailedExceptionTest::testProcessFailedExceptionThrowsException |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php |
tests ProcessFailedException throws exception if the process was successful |
UrlGeneratorTest::testSchemeRequirementDoesNothingIfSameCurrentScheme |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
SimpleAnnotationReaderTest::testInvalidAnnotationUsageButIgnoredClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException |
KernelTest::testLocateResourceThrowsExceptionWhenResourceDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \InvalidArgumentException |
DefinitionDecoratorTest::testReplaceArgumentShouldRequireIntegerIndex |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
@expectedException InvalidArgumentException |
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsTrue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException RuntimeException |
CacheWarmerTest::testWriteNonWritableCacheFileThrowsARuntimeException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
@expectedException \RuntimeException |
BackendChainImplementationUnitTest::testNotEmptyIfOneBackendHasTheKey |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/BackendChainImplementationUnitTest.php |
Test that the chain is not empty when at least one backend has data. |
InlineTest::testParseScalarWithCorrectlyQuotedStringShouldReturnString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
ResolveInvalidReferencesPassTest::testProcessIgnoreNonExistentServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php |
|
ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsFalse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php |
|
Twig_Tests_NodeVisitor_OptimizerTest::testRenderVariableBlockOptimizer |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
RouteCollectionTest::testAddCollectionOverridesDefaultsAndRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
ResolveDefinitionTemplatesPassTest::testProcessAppendsMethodCallsAlways |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php |
|
ResolveInvalidReferencesPassTest::testProcessRemovesPropertiesOnInvalid |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php |
|
RemoveUnusedDefinitionsPassTest::testProcessWorksWithInlinedDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php |
|
KernelTest::testLocateResourceReturnsTheDirOneForResourcesAndBundleOnes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
KernelTest::testInitializeBundleThrowsExceptionWhenABundleExtendsItself |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \LogicException |
KernelTest::testTerminateDelegatesTerminationOnlyForTerminableInterface |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
RouteCollectionTest::testPatternDoesNotChangeWhenDefinitionOrderChanges |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
|
AbstractReaderTest::testClassWithInvalidAnnotationTargetAtClassDocBlock |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] Annotation @AnnotationTargetPropertyMethod is not allowed to be declared on class… |
KernelTest::testInitializeBundlesThrowsExceptionWhenAParentDoesNotExists |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \LogicException |
ContainerAwareEventDispatcherTest::testTriggerAListenerServiceOutOfScope |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
@expectedException \InvalidArgumentException |