MissingCheckedRequirementsTest::setUp |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php |
Sets up a Drupal site for running functional and integration tests. |
StaticReflectionMethod::setAccessible |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
RequestDataCollector::getRequestQuery |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
TestKernelThatThrowsException::handle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php |
Handles a Request to convert it to a Response. |
FilterPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Simple validate handler |
MemcachedSessionHandlerTest::tearDown |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|
action.action.node_promote_action.yml |
file |
drupal/core/modules/node/config/action.action.node_promote_action.yml |
drupal/core/modules/node/config/action.action.node_promote_action.yml |
SchemaObjectDoesNotExistException.php |
file |
drupal/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php |
Definition of Drupal\Core\Database\SchemaObjectDoesNotExistException |
LanguageNegotiationInfoTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php |
Modules to enable. |
RelationshipPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
Framework_AssertTest::testAssertFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertFalse |
AggregatorTestBase::getFeedEditObject |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Returns a randomly generated feed edit object. |
FieldInstanceFormBase::$widgetManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
The field widget plugin manager. |
EasyRdf_Literal_HexBinary::fromBinary |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php |
Constructor for creating a new literal object from a binary blob |
CacheBackendInterface::invalidateTags |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Marks cache items with any of the specified tags as invalid. |
FieldInstanceFormBase::$entityManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
The entity manager. |
PHP_CodeCoverage_Report_HTML::process |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML.php |
|
UserStorageController::createInstance |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Instantiates a new instance of this entity controller. |
PathProcessorManager::$sortedOutbound |
property |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Holds the array of outbound processors, sorted by priority. |
DatabaseStorageController::postDelete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on deleted entities before the delete hook is invoked. |
MenuLinkStorageController::buildQuery |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::buildQuery(). |
LocaleImportFunctionalTest::getPoFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php |
Helper function that returns a proper .po file. |
FileValidatorTest::testInvalidMaxSize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
MenuLinkStorageController::attachLoad |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::attachLoad(). |
FormTest::testFieldFormSingleRequired |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
Twig_TemplatePropertyObject::$defined |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php |
|
SerializerAwareEncoder::setSerializer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php |
Sets the owning Serializer object |
DatabaseStorageController::invokeHook |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Invokes a hook on behalf of the entity. |
File_Iterator_Facade::getFilesAsArray |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator/Facade.php |
|
AggregatorTestBase::getFeedCategories |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Pulls feed categories from {aggregator_category_feed} table. |
entity_test_entity_field_access_alter |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access_alter(). |
StaticReflectionMethod::getParameters |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
translation_entity_types_translatable |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns all the translatable entity types. |
PHPUnit_Framework_TestSuite::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php |
Returns a string representation of the test suite. |
EasyRdf_Literal_DateTime::__construct |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php |
Constructor for creating a new date and time literal |
entity_test_entity_form_display_alter |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_form_display_alter(). |
PHPUnit_Framework_Constraint_SameSize |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/SameSize.php |
@package PHPUnit
@subpackage Framework_Constraint
@author Sebastian Bergmann <sebastian@phpunit.de>
@author Bernhard Schussek <bschussek@2bepublished.at>
@copyright 2001-2013 Sebastian Bergmann… |
ValidationTest::testPatternValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
Tests #pattern validation. |
action.action.node_publish_action.yml |
file |
drupal/core/modules/node/config/action.action.node_publish_action.yml |
drupal/core/modules/node/config/action.action.node_publish_action.yml |
Framework_AssertTest::testAssertSame2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertSame |
PathProcessorManager::processOutbound |
function |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Implements Drupal\Core\PathProcessor\OutboundPathProcessorInterface::processOutbound(). |
PHPUnit_Framework_TestCase::getStatus |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns the status of this test. |
StatisticsAdminTest::$privileged_user |
property |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php |
A user that has permission to administer statistics. |
FormTest::testFieldFormMultipleWidget |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widgets handling multiple values. |
TraceableEventDispatcher::preDispatch |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php |
|
FieldByClassEnhancerTest::testNoClass |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
PHPUnit_Framework_TestCase::hasFailed |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns whether or not this test has failed. |
PreconditionRequiredHttpException.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php |
|
FieldValidationException::__construct |
function |
drupal/core/modules/field/lib/Drupal/field/FieldValidationException.php |
Constructor for FieldValidationException. |
MenuLinkStorageController::postDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::postDelete(). |