ExceptionStackTest::testPrintingChildException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionStack.php |
|
PHPUnit_Framework_Assert::assertArrayNotHasKey |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that an array does not have a specified key. |
_batch_test_nested_drupal_form_submit_callback |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.module |
Batch operation: Submits form_test_mock_form() using drupal_form_submit(). |
AddRoleUserTest::testExecuteAddNonExistingRole |
function |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/AddRoleUserTest.php |
Tests the execute method on a user without a specific role. |
PHPUnit_Framework_Constraint_Callback::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Callback.php |
Evaluates the constraint for parameter $value. Returns TRUE if the
constraint is met, FALSE otherwise. |
StaticReflectionService::getAccessibleProperty |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return an accessible property (setAccessible(true)) or null. |
CommentStorageController::updateNodeStatistics |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Updates the comment statistics for a given node. |
CommentStorageController::baseFieldDefinitions |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
Twig_Test_IntegrationTestCase::testIntegration |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php |
@dataProvider getTests |
MimeTypeTest::testGuessImageWithKnownExtension |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
PHPUnit_Framework_Assert::assertAttributeCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts the number of elements of an array, Countable or Iterator
that is stored in an attribute. |
ValidationVisitorTest::testValidateConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidationVisitorTest.php |
|
DocParserTest::testAnnotationTargetSyntaxError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
YamlFileLoaderTest::testLoadDoesNothingIfEmpty |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
drupal_system_listing_incompatible_test.module |
file |
drupal/core/modules/system/tests/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module |
|
LoadMultipleTest::testTaxonomyTermMultipleLoad |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php |
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). |
ViewEditFormController::submitDelayDestination |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler for form buttons that do not complete a form workflow. |
SerializerTest::testDeserializeWrongNormalizer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
ViewEditFormController::submitDisplayDuplicate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to duplicate a display for a view. |
CommentPreviewTest::testCommentEditPreviewSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests comment edit, preview, and save. |
PHPUnit_Framework_Assert::assertAttributeEmpty |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a static attribute of a class or an attribute of an object
is empty. |
PictureMappingActionConfirmForm::getCancelPath |
function |
drupal/core/modules/picture/lib/Drupal/picture/Form/PictureMappingActionConfirmForm.php |
Returns the page to go to if the user cancels the action. |
CommentApprovalTest::testApprovalNodeInterface |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php |
Tests comment approval functionality through the node interface. |
drupal_system_listing_incompatible_test.module |
file |
drupal/core/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module |
|
ClassCollectionLoaderTest::testClassReordering |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
@dataProvider getDifferentOrders |
Framework_AssertTest::testAssertThatFileExists |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::fileExists |
CascadingStylesheetsUnitTest::testLoadCssBasic |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php |
Tests CSS loading via drupal_load_stylesheet(). |
ReplaceAliasByActualDefinitionPass::$formatter |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php |
|
NodeAccessLanguageAwareCombinationTest::$nodes |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php |
A set of nodes to use in testing. |
PHPUnit_Framework_MockObject_Invokable::invoke |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invokable.php |
Invokes the invocation object $invocation so that it can be checked for
expectations or matched against stubs. |
PHPUnit_Framework_TestResult::stopOnIncomplete |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Enables or disables the stopping for incomplete tests. |
SettingsRewriteTest::testDrupalRewriteSettings |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SettingsRewriteTest.php |
Tests the drupal_rewrite_settings() function. |
LanguageRequestSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LanguageRequestSubscriber.php |
Registers the methods in this class that should be listeners. |
DenormalizerInterface::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php |
Checks whether the given class is supported for denormalization by this normalizer |
PHPUnit_Framework_Constraint_IsEqual::evaluate |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
Evaluates the constraint for parameter $other |
EntityFieldTest::assertDataStructureInterfaces |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the data structure interfaces tests for the given entity type. |
AbstractClassMetadataFactory::getFqcnFromAlias |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Get the fully qualified class-name from the namespace alias. |
PHPUnit_Framework_Constraint_IsEqual::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php |
Returns a string representation of the constraint. |
TokenReplaceTest::testTaxonomyTokenReplacement |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php |
Creates some terms and a node, then tests the tokens generated from them. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
AbstractClassMetadataFactory::wakeupReflection |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Wakeup reflection after ClassMetadata gets unserialized from cache. |
ConfigLocaleOverride::testConfigLocaleOverride |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php |
Tests basic locale override. |
PHPUnit_Framework_Constraint_IsEmpty::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEmpty.php |
Returns a string representation of the constraint. |
ArgumentDefaultPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Provide the default form form for validating options |
XmlEncoderTest::testEncodeScalarRootAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
PHP_CodeCoverage_Report_Node_Directory::$files |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
LegacyRequestSubscriber::onKernelRequestLegacy |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php |
Initializes the rest of the legacy Drupal subsystems. |
EditorAdminTest::testAddEditorToExistingFormat |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests adding a text editor to an existing text format. |
GlobalExecutionContextInterface::getViolations |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php |
Returns the violations generated by the validator so far. |
ClassLoaderTest::getLoadClassFromFallbackTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|