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 |
PHPUnit_Framework_MockObject_Matcher_Invocation::invoked |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.php |
Registers the invocation $invocation in the object as being invoked.
This will only occur after matches() returns true which means the
current invocation is the correct one. |
PHPUnit_Framework_MockObject_Matcher_Invocation::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.php |
Checks if the invocation $invocation matches the current rules. If it does
the matcher will get the invoked() method called which should check if an
expectation is met. |
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Invocation matcher which does not care about previous state from earlier
invocations. |
EntityTranslationController::entityFormDeleteTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form submission handler for EntityTranslationController::entityFormAlter(). |
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 |
PHPUnit_Framework_MockObject_Matcher_MethodName::matches |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
|
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 |
PHPUnit_Framework_MockObject_Matcher_InvokedCount::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
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. |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Sets a value for a given key with a time to live if it does not yet exist. |
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 |
PHPUnit_Framework_MockObject_Matcher_Parameters::toString |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
|
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 |
|
translation_entity_language_configuration_element_process |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Process callback: Expands the language_configuration form element. |
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 |
ParentClassWithPrivateAttributes::$privateParentAttribute |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
PHPUnit_Framework_MockObject_Builder_InvocationMocker::id |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
|
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 |
|
Framework_ConstraintTest::testConstraintStringStartsWith2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringStartsWith
@covers PHPUnit_Framework_Assert::stringStartsWith
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintStringNotContains |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringContains
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::stringContains
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
ConstraintTest::testSetNotExistingPropertyThrowsException |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
Framework_ConstraintTest::testConstraintStringEndsNotWith |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_StringEndsWith
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::stringEndsWith
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_TestSuite_DataProvider::setDependencies |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite/DataProvider.php |
Sets the dependencies of a TestCase. |
FilterStringTest::testFilterStringGroupedExposedNotStarts |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
Twig_Tests_ParserTest::testFilterBodyNodesThrowsException |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php |
@dataProvider getFilterBodyNodesDataThrowsException
@expectedException Twig_Error_Syntax |
Framework_ConstraintTest::testConstraintArrayNotContains2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_TraversableContains
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
AnnotationWithRequiredAttributesWithoutContructor::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
AnnotationWithRequiredAttributesWithoutContructor::$annot |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
@Required |
system_incompatible_core_version_dependencies_test.module |
file |
drupal/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.module |
|
MimeTypeTest::testGuessImageWithFileBinaryMimeTypeGuesser |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
PHPUnit_Framework_Constraint_TraversableContains::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PictureFieldDisplayTest::testPictureFieldFormattersPublic |
function |
drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php |
Test picture formatters on node display for public files. |