PHPUnit_Framework_TestResult::wasSuccessful |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns whether the entire test was successful or not. |
UrlValidatorTest::testCustomProtocolIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php |
@dataProvider getValidCustomUrls |
Util_DiffTest::testComparisonErrorStartSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
ResolveReferencesToAliasesPassTest::process |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php |
|
ArgumentDefaultPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form for setting options. |
UniversalClassLoader::getNamespaceFallbacks |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Gets the directory(ies) to use as a fallback for namespaces. |
RegexValidatorTest::testHtmlPatternEscaping |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
|
LengthValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
|
AnnotationDirectoryLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php |
|
breakpoint_test_theme.breakpoint_groups.yml |
file |
drupal/core/modules/breakpoint/tests/themes/breakpoint_test_theme/config/breakpoint_test_theme.breakpoint_groups.yml |
drupal/core/modules/breakpoint/tests/themes/breakpoint_test_theme/config/breakpoint_test_theme.breakpoint_groups.yml |
KernelTest::testBootSetsTheBootedFlagToTrue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
GlobalExecutionContextInterface::getVisitor |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the visitor instance used to validate the object graph nodes. |
Twig_ExpressionParser::parseArrayExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
CommentFieldsTest::testCommentDefaultFields |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Tests that the default 'comment_body' field is correctly added. |
AbstractManagerRegistry::$defaultConnection |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
|
UrlGeneratorTest::testAbsoluteURLGeneration |
function |
drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that absolute URLs work with generated routes. |
AlterDecoratorTest::$alterTestPluginManager |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php |
Stores a plugin manager which uses the AlterDecorator. |
TestFieldPrepareViewFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Returns a form to configure settings for the formatter. |
LegacyAccessSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyAccessSubscriber.php |
Registers the methods in this class that should be listeners. |
hook_field_formatter_settings_summary_alter |
function |
drupal/core/modules/field_ui/field_ui.api.php |
Alters the field formatter settings summary. |
CustomBlockSaveTest::testDeterminingChanges |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php |
Tests determing changes in hook_block_presave(). |
UniversalClassLoaderTest::getLoadClassTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
views_ui_view_preview_section_handler_links |
function |
drupal/core/modules/views_ui/views_ui.module |
Returns contextual links for each handler of a certain section. |
PHPUnit_Util_Diff::longestCommonSubsequence |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php |
Calculates the longest common subsequence of two arrays. |
UniversalClassLoaderTest::testGetNamespaces |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
TestFieldPrepareViewFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Builds a renderable array for a field value. |
TextTranslationTest::testTextFieldFormatted |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Check that user that does not have access the field format cannot see the
source value when creating a translation. |
module_test_hook_dynamic_loading_invoke_all |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Page callback for 'hook dynamic loading' test. |
FileFieldWidgetTest::testSingleValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for a single-valued File field. |
template_preprocess_aggregator_summary_item |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Processes variables for aggregator summary item templates. |
BackendChainImplementationUnitTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
This method exists to support the simpletest UI runner. |
LengthValidatorTest::testInvalidValuesExact |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php |
@dataProvider getNotFourCharacters |
FileFieldWidgetTest::testPrivateFileSetting |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests a file field with a "Private files" upload destination setting. |
AbstractManagerRegistry::getConnectionNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets all connection names. |
Util_XMLTest::testAssertValidKeysInvalidKey |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
FileFieldWidgetTest::testPrivateFileComment |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests that download restrictions on private files work on comments. |
TermStorageController::baseFieldDefinitions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageControllerNG::baseFieldDefintions(). |
Twig_ExpressionParser::getFunctionNodeClass |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
PHPUnit_Framework_Constraint_StringEndsWith |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringEndsWith.php |
Constraint that asserts that the string it is evaluated for ends with a given
suffix. |
_entity_reference_form_process_merge_parent |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Render API callback: Moves entity_reference specific Form API elements
(i.e. 'handler_settings') up a level for easier processing by the validation
and submission handlers. |
BackendChainImplementationUnitTest::testGet |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test the get feature. |
Twig_Tests_Loader_FilesystemTest::testPaths |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php |
|
AbstractManagerRegistry::getManagerForClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Gets the object manager associated with a given class. |
RouteProvider::getRouteCollectionForRequest |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Finds routes that may potentially match the request. |
PHPUnit_Framework_MockObject_Matcher::$stub |
property |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
AnnotationLoaderTest::testLoadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
TestFieldMultipleFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Returns a short summary for the current formatter settings. |
ModuleHandlerInterface::getBootstrapModules |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php |
Retrieves the list of bootstrap modules. |
BackendChainImplementationUnitTest::testSet |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test that set will propagate. |
RouteProviderTest::testOutlinePathMatchZero |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php |
Tests a route with a 0 as value. |