AbstractProcessTest::testProcessThrowsExceptionWhenExternallySignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
ProcessFailedExceptionTest::testProcessFailedExceptionThrowsException |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php |
tests ProcessFailedException throws exception if the process was successful |
ExecutionContextTest::testGetPropertyPathWithEmptyCurrentPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
HttpCacheTest::testEsiCacheRemoveValidationHeadersIfEmbeddedResponses |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
UrlGeneratorTest::testSchemeRequirementDoesNothingIfSameCurrentScheme |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ValidatorTest::testValidatePropertyValueFailsIfPropertiesNotSupported |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ValidatorException |
UrlGeneratorTest::testUrlWithInvalidParameterEqualsDefaultValueInHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
Framework_AssertTest::testAssertObjectNotHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectNotHasAttribute
@expectedException PHPUnit_Framework_Exception |
BackendChainImplementationUnitTest::testNotEmptyIfOneBackendHasTheKey |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test that the chain is not empty when at least one backend has data. |
KernelTest::testLocateResourceThrowsExceptionWhenResourceDoesNotExist |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
@expectedException \InvalidArgumentException |
ClassMetadataTest::testGroupSequenceFailsIfGroupSequenceProviderIsSet |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
@expectedException \Symfony\Component\Validator\Exception\GroupDefinitionException |
ClassMetadataTest::testGroupSequenceProviderFailsIfGroupSequenceIsSet |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
@expectedException \Symfony\Component\Validator\Exception\GroupDefinitionException |
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsTrue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException RuntimeException |
Twig_Test_EscapingTest::testHtmlAttributeEscapingConvertsSpecialChars |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php |
|
PHP_CodeCoverageTest::testFunctionParenthesesAreAllowedWithWhitespace |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered |
DefinitionDecoratorTest::testReplaceArgumentShouldRequireIntegerIndex |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
@expectedException InvalidArgumentException |
PHP_CodeCoverage_Report_CloverTest::testCloverForFileWithIgnoredLines |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/Report/CloverTest.php |
@covers PHP_CodeCoverage_Report_Clover |
Framework_AssertTest::testAssertArrayNotHasKeyAcceptsArrayAccessValue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertArrayNotHasKey |
Framework_AssertTest::testAssertJsonStringEqualsJsonStringErrorRaised |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@dataProvider validInvalidJsonDataprovider
@covers PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString |
OtherInstallationProfileModuleTestsTest::testOtherInstallationProfile |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php |
Tests that tests located in another installation profile do not appear. |
ContentAwareGeneratorTest::testGenerateDocumentMultilangLocaleNomatch |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
SigchildEnabledProcessTest::testProcessWithoutTermSignalIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
CacheWarmerTest::testWriteNonWritableCacheFileThrowsARuntimeException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
@expectedException \RuntimeException |
SimpleAnnotationReaderTest::testInvalidAnnotationUsageButIgnoredClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/SimpleAnnotationReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException |
Framework_AssertTest::testXMLStructureAttributesAreSameButValuesAreNot |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertEqualXMLStructure |
UrlMatcherTest::testDefaultRequirementOfVariableDisallowsNextSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
@expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException |
field.instance.test_entity.test_bundle.field_test_import_staging_2.yml |
file |
drupal/core/modules/field/tests/modules/field_test_config/staging/field.instance.test_entity.test_bundle.field_test_import_staging_2.yml |
drupal/core/modules/field/tests/modules/field_test_config/staging/field.instance.test_entity.test_bundle.field_test_import_staging_2.yml |
Framework_AssertTest::testAssertClassHasStaticAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyValidatesReferences |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
EsiFragmentRendererTest::testRenderFallbackToInlineStrategyIfNoRequest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php |
|
ValidationVisitorTest::testValidateCascadedPropertyRecursesIfDeepIsSet |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
ResolveInvalidReferencesPassTest::testProcessIgnoreNonExistentServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php |
|
Framework_TestCaseTest::testSkipsProvidesMessagesForAllSkippingReasons |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
AnnotationLoaderTest::testLoadClassMetadataReturnsFalseIfNotSuccessful |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
ProcessBuilderTest::testProcessShouldInheritAndOverrideEnvironmentVars |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
Framework_MockObjectTest::testArgumentCloningOptionGeneratesUniqueMock |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
HttpKernelTest::testHandleWhenControllerThrowsAnExceptionAndRawIsFalse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
SigchildDisabledProcessTest::testProcessWithoutTermSignalIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
PHP_CodeCoverageTest::testTwoCoversDefaultClassAnnoationsAreNotAllowed |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered
@expectedException PHP_CodeCoverage_Exception |
ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
Twig_Tests_NodeVisitor_OptimizerTest::testRenderVariableBlockOptimizer |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
Framework_AssertTest::testAssertContainsOnlyInstancesOfThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf
@expectedException PHPUnit_Framework_Exception |
InlineTest::testParseScalarWithCorrectlyQuotedStringShouldReturnString |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
ExecutionContextTest::testAddViolationUsesPreconfiguredValueIfNotPassed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
Framework_ConstraintTest::testConstraintCallbackInvalidFunctionArgument |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_Callback
@expectedException InvalidArgumentException
@expectedExceptionMessage Specified callback <invalid callback> is not callable. |
TraceableEventDispatcherTest::testStopwatchStopControllerOnRequestEvent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
Framework_AssertTest::testAssertClassHasStaticAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasStaticAttribute
@expectedException PHPUnit_Framework_Exception |
ConstraintTest::testCanCreateConstraintWithNoDefaultOptionAndEmptyArray |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
ValidationVisitorTest::testValidateTwiceInDifferentGroupsValidatesTwice |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|