RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
BackendChainImplementationUnitTest::testGetHasPropagated |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Ensure get values propagation to previous backends. |
Framework_AssertTest::testAssertTagChildrenLessThanFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
KernelTest::testLocateResourceReturnsTheFirstThatMatches |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
PhpParserTest::testEqualNamespacesPerFileWithClassAsLast |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
PhpParserTest::testIfPointerResetsOnMultipleParsingTries |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|
Framework_MockObjectTest::testMockClassOnlyGeneratedOnce |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
NodeTypeInitialLanguageTest::testLanguageFieldVisibility |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Tests language field visibility features. |
Twig_Tests_LexerTest::testStringWithEscapedInterpolation |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
Twig_Tests_LexerTest::testStringWithNestedInterpolations |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
RouterTest::testGeneratorIsCreatedIfCacheIsNotConfigured |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
@dataProvider provideGeneratorOptionsPreventingCaching |
Framework_AssertTest::testAssertSelectCountLessThanFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
Twig_Tests_Node_Expression_Binary_FloorDivTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php |
|
SigchildDisabledProcessTest::testGetPidIsNullBeforeStart |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildDisabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
AbstractReaderTest::testErrorWhenInvalidAnnotationIsUsed |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage The class "Doctrine\Tests\Common\Annotations\Fixtures\NoAnnotation" is not annotated with
. Are you sure this class can be used as annotation? If… |
AbstractProfilerStorageTest::testRetrieveByEmptyUrlAndIp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
ParameterBagTest::testGetThrowParameterNotFoundException |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
|
PHP_CodeCoverage_Report_Node_File::getNumTestedFunctions |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Returns the number of tested functions. |
ExceptionInAssertPreConditionsTest::$assertPreConditions |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php |
|
GetterMetadataTest::testGetPropertyValueFromPublicGetter |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php |
|
ExceptionInAssertPreConditionsTest::assertPostConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php |
Performs assertions shared by all tests of a test case. |
GreaterThanOrEqualValidatorTest::provideValidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php |
|
StoreTest::testRestoresResponseHeadersProperlyWithLookup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php |
|
PHP_CodeCoverage_Report_FactoryTest::reducePathsProvider |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/Report/FactoryTest.php |
|
Framework_AssertTest::testAssertJsonStringEqualsJsonFile |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile |
SigchildEnabledProcessTest::testProcessWithoutTermSignal |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\RuntimeException |
PHPUnit_Util_DeprecatedFeature_Logger::addIncompleteTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature/Logger.php |
Incomplete test. |
ContentAwareGeneratorTest::testGenerateDocumentMultilang |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
PerformanceTest::testPhpParserPerformanceWithoutShortCut |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php |
@group performance |
ExceptionInAssertPostConditionsTest::assertPreConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php |
Performs assertions shared by all tests of a test case. |
InlineTest::testParseInvalidSequenceShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
Twig_Tests_Node_Expression_ConstantTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php |
@covers Twig_Node_Expression_Constant::__construct |
BareMinimalAnonymousUpgradePathTest::finishUpgradeSession |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::assertSessionKept(). |
RequestTest::testGetContentCantBeCalledTwiceWithResources |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@expectedException LogicException
@dataProvider getContentCantBeCalledTwiceWithResourcesProvider |
Framework_AssertTest::testAssertFileExistsThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertFileExists
@expectedException PHPUnit_Framework_Exception |
LanguageBrowserDetectionUnitTest::testLanguageFromBrowser |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php |
Unit tests for the language_from_browser() function. |
HttpCacheTest::testHitsCachedResponseWithSMaxAgeDirective |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_AssertTest::testAssertNotRegExpThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotRegExp
@expectedException PHPUnit_Framework_Exception |
PHPUnit_Framework_TestCase::setRequirementsFromAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.6.0 |
ExecutionContextTest::testAddViolationUsesPassedNullValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ExecutionContextTest.php |
|
ResponseListenerTest::testFilterDoesNothingForSubRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php |
|
UrlGeneratorTest::testNotPassedOptionalParameterInBetween |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
ContainerBuilderTest::testRegisteredButNotLoadedExtension |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
ClosureExpressionVisitorTest::testWalkNotEqualsComparison |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
NativeSessionStorageTest::testExplicitSessionCacheLimiter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
Framework_ConstraintTest::testConstraintClassHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasAttribute
@covers PHPUnit_Framework_Assert::classHasAttribute
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_AssertTest::testAssertPrivateAttributeNotEquals |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeNotEquals |
UrlGeneratorTest::testOptionalVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
UrlGeneratorTest::testRequiredVariableWithNoRealSeparator |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
MongoDbSessionHandlerTest::testOpenMethodAlwaysReturnTrue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
|