HttpCacheTest::testPassesOnNonGetHeadRequests |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
QueryGroupByTest::testGroupByCountOnlyFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
Twig_Tests_TemplateTest::getGetAttributeTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
ConstraintViolationInterface::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the property path from the root element to the violation. |
RequestTest::testGetHostWithFakeHttpHostValue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@expectedException RuntimeException |
TestObjectMetadata::isSingleValuedAssociation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field is a mapped single valued association for this class. |
LanguageValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
NodeAccessLanguageTest::testNodeAccessPrivate |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php |
Tests node_access() with multiple node languages and private nodes. |
ConstraintViolationInterface::getInvalidValue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php |
Returns the value that caused the violation. |
TriggeringElementTest::testNoButtonInfoInPost |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php |
Test the determination of $form_state['triggering_element'] when no button
information is included in the POST data, as is sometimes the case when
the ENTER key is pressed in a textfield in Internet Explorer. |
PHP_CodeCoverage_Report_Text::$highLowerBound |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Text.php |
|
PHPUnit_Extensions_RepeatedTest::$timesRepeat |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/RepeatedTest.php |
|
AbstractProcessTest::testProcessIsNotSignaled |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
Twig_Tests_Node_Expression_NameTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php |
|
MessageInterface::removeCacheControlDirective |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Remove a Cache-Control directive from the message |
EasyRdf_Serialiser_GraphViz::escapeAttributes |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php |
Internal function to escape an associate array of attributes and
turns it into a DOT notation string |
PHPUnit_Framework_Constraint_IsType::TYPE_INT |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
|
ContextAwarePluginBase::getContextDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Implements \Drupal\Component\Plugin\ContextAwarePluginInterface::getContextDefinitions(). |
PHPUnit_Util_TestDox_ResultPrinter::startTest |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php |
A test started. |
LocalePathTest::testPathLanguageConfiguration |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php |
Test if a language can be associated with a path alias. |
EntityReferenceController::handleAutocomplete |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Autocomplete the label of an entity. |
ExceptionInTearDownTest::$assertPreConditions |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php |
|
CallbackValidatorTest::testExpectValidMethods |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
DatabaseStorageController::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds an entity query. |
Framework_AssertTest::testAssertFileNotExists |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertFileNotExists |
PHPUnit_Extensions_TicketListener::addFailure |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TicketListener.php |
A failure occurred. |
ValidatorBuilderInterface::setMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php |
Sets the class metadata factory used by the validator. |
Twig_Tests_Node_Expression_TestTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php |
|
PHPUnit_Framework_TestCase::expectOutputRegex |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.6.0 |
FieldAttachOtherTest::testFieldAttachValidate |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Test field_attach_validate(). |
UrlMatcherTest::testWithHostOnRouteCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php |
|
EasyRdf_Serialiser_Ntriples::ntriplesResource |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php |
@ignore |
StorageComparerInterface::addChangelistDelete |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Creates the delete changelist. |
PHP_CodeCoverage_Report_HTML::$highLowerBound |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
AbstractProcessTest::testGetPidIsNullAfterRun |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/AbstractProcessTest.php |
|
ExceptionInTearDownTest::assertPostConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php |
Performs assertions shared by all tests of a test case. |
StorageComparerInterface::addChangelistCreate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Creates the create changelist. |
Twig_TemplateMagicPropertyObject::$attributes |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
PHPUnit_Framework_Constraint_IsType::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php |
Returns a string representation of the constraint. |
MemcachedSessionHandlerTest::testCloseSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
StorageComparerInterface::addChangelistUpdate |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Creates the update changelist. |
MemcachedSessionHandlerTest::testWriteSession |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
ValidNumberStepUnitTest::testNumberStepOffset |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidNumberStepUnitTest.php |
Tests valid_number_step() with offset. |
StaticReflectionMethod::getNumberOfParameters |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
TraceableEventDispatcher::logSkippedListeners |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
This is a private method and must not be used. |
HandlerArgumentUserUidTest::testArgumentTitle |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php |
Tests the generated title of an user: uid argument. |
language_get_browser_drupal_langcode_mappings |
function |
drupal/core/modules/language/language.module |
Returns language mappings between browser and Drupal language codes. |
PHPUnit_Extensions_TestDecorator::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php |
Constructor. |
PHPUnit_Util_Log_JUnit::$logIncompleteSkipped |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php |
|
language_set_browser_drupal_langcode_mappings |
function |
drupal/core/modules/language/language.module |
Stores language mappings between browser and Drupal language codes. |