Framework_AssertTest::testAssertParentContentAttributes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag |
EntityReferenceItemTest::testEntityReferenceFieldSchema |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php |
Tests foreign key support. |
ServerBagTest::testHttpBasicAuthWithPhpCgiEmptyPassword |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php |
|
ProcessBuilderTest::testInheritEnvironmentVarsByDefault |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php |
|
Framework_AssertTest::testAssertNotTagContentAttributes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotTag
@expectedException PHPUnit_Framework_AssertionFailedError |
Framework_MockObjectTest::testMockClassStoreOverrulable |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
|
Framework_AssertTest::testAssertSelectCountPresentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount
@expectedException PHPUnit_Framework_AssertionFailedError |
EventDispatcherTest::testGetAllListenersSortsByPriority |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
ClientTest::testFilterResponseSupportsStreamedResponses |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/ClientTest.php |
|
Framework_AssertTest::testAssertSelectCountLessThanTrue |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSelectCount |
HtmlToTextTest::testDrupalHtmltoTextCollapsesWhitespace |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Test that whitespace is collapsed. |
EntityTranslationSyncUnitTest::testMultipleSyncedValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests that items holding the same values are correctly synchronized. |
Twig_Tests_CompilerTest::testReprNumericValueWithLocale |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/CompilerTest.php |
|
AbstractProfilerStorageTest::testStoreSpecialCharsInUrl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
EventDispatcherTest::testRemoveSubscriberWithPriorities |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
NodeEntityFieldQueryAlterTest::testNodeQueryAlterWithUI |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests that node access permissions are followed. |
form_test_limit_validation_errors_element_validate_test |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form element validation handler for the 'test' element. |
HttpKernelTest::testHandleWhenAListenerReturnsAResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
ReverseProxySubscriberUnitTest::testReverseProxyEnabled |
function |
drupal/core/tests/Drupal/Tests/Core/EventSubscriber/ReverseProxySubscriberUnitTest.php |
Tests that subscriber sets trusted headers when reverse proxy is set. |
PHP_CodeCoverageTest::testFunctionParenthesesAreAllowed |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::getLinesToBeCovered |
Framework_MockBuilderTest::testByDefaultMocksAllMethods |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
CollectionTest::testRejectValidConstraintWithinOptional |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
Framework_MockBuilderTest::testProvidesAFluentInterface |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockBuilderTest.php |
|
CollectionTest::testRejectValidConstraintWithinRequired |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
ImmutableEventDispatcherTest::testGetListenersDelegates |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
|
ImmutableEventDispatcherTest::testHasListenersDelegates |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
|
ExceptionInAssertPreConditionsTest::assertPreConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php |
Performs assertions shared by all tests of a test case. |
ImmutableEventDispatcherTest::testAddListenerDisallowed |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php |
@expectedException \BadMethodCallException |
Framework_AssertTest::testAssertContainsOnlyInstancesOf |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf |
LessThanOrEqualValidatorTest::provideInvalidComparisons |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php |
|
ExtensionTest::testIsConfigEnabledOnNonEnableableConfig |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php |
@expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
@expectedExceptionMessage The config array has no 'enabled' key. |
ContainerAwareEventDispatcherTest::testReEnteringAScope |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php |
|
Framework_AssertTest::testAssertContainsThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertContains
@expectedException PHPUnit_Framework_Exception |
ContentAwareGeneratorTest::testGenerateEmptyRouteString |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
|
Framework_AssertTest::testAssertStringNotContainsString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertNotContains |
SigchildEnabledProcessTest::testGetPidIsNullBeforeStart |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php |
@expectedException Symfony\Component\Process\Exception\RuntimeException |
PerformanceTest::testCachedReadPerformanceWithFileCache |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php |
@group performance |
Twig_Tests_Node_Expression_GetAttrTest::testConstructor |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php |
@covers Twig_Node_Expression_GetAttr::__construct |
DependencyTest::testIncompatibleModuleVersionDependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests enabling a module that depends on an incompatible version of a module. |
AbstractProcessTest::testNegativeTimeoutFromConstructor |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
@expectedException \Symfony\Component\Process\Exception\InvalidArgumentException |
DependencyTest::testEnableRequirementsFailureDependency |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php |
Tests enabling a module that depends on a module which fails hook_requirements(). |
PHPUnit_Util_TestDox_NamePrettifier::prettifyTestMethod |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/NamePrettifier.php |
Prettifies the name of a test method. |
ArbitraryRebuildTest::testUserRegistrationMultipleField |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Tests a rebuild caused by a multiple value field. |
InlineTest::testParseInvalidMappingShouldThrowException |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
@expectedException \Symfony\Component\Yaml\Exception\ParseException |
Framework_ConstraintTest::testConstraintArrayNotHasKey2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ArrayHasKey
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::arrayHasKey
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_AssertTest::testAssertXmlStringEqualsXmlString |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertXmlStringEqualsXmlString |
HttpCacheTest::testDoesNotCacheRequestsWithACookieHeader |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
Framework_AssertTest::testXMLStructureWrongNumberOfNodes |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertEqualXMLStructure
@expectedException PHPUnit_Framework_ExpectationFailedException |
Framework_AssertTest::testXMLStructureIsSameButDataIsNot |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertEqualXMLStructure |
FilledStandardUpgradePathTest::testFilledStandardUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php |
Tests a successful point release update. |