PHPUnit_Framework_TestCase::handleDependencies |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
@since Method available since Release 3.5.4 |
TermFieldTest::testTaxonomyTermFieldValidation |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test term field validation. |
FilterFormatAccessTest::$second_allowed_format |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
An object representing a secondary allowed text format. |
UrlAlterFunctionalTest::assertUrlOutboundAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php |
Assert that an outbound path is altered to an expected value. |
ContainerAwareHttpKernelTest::getProviderTypes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php |
|
ToolbarMenuTranslationTest::testToolbarClasses |
function |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php |
Tests that toolbar classes don't change when adding a translation. |
NamespaceCoverageNotPrivateTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotPrivateTest.php |
@covers Foo\CoveredClass::<!private> |
PHPUnit_Framework_TestCase::tearDownAfterClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
This method is called after the last test of this test class is run. |
VocabularyLanguageTest::testVocabularyLanguage |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests language settings for vocabularies. |
PHPUnit_Util_Test::getProcessIsolationSettings |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
Returns the process isolation settings for a test. |
CoverageFunctionParenthesesTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php |
@covers ::globalFunction() |
Framework_ConstraintTest::testAttributeEqualTo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Assert::attributeEqualTo
@covers PHPUnit_Framework_Constraint_Attribute
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Util_Test::getBooleanAnnotationSetting |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
@since Method available since Release 3.4.0 |
entity_crud_hook_test_taxonomy_vocabulary_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_load(). |
ExceptionStackTest::testPrintingChildException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionStack.php |
|
_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. |
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 |
|
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(). |
SerializerTest::testDeserializeWrongNormalizer |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException |
CommentPreviewTest::testCommentEditPreviewSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests comment edit, preview, and save. |
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(). |
NodeAccessLanguageAwareCombinationTest::$nodes |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php |
A set of nodes to use in testing. |
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. |
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. |
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. |
ConfigLocaleOverride::testConfigLocaleOverride |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php |
Tests basic locale override. |
XmlEncoderTest::testEncodeScalarRootAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
EditorAdminTest::testAddEditorToExistingFormat |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests adding a text editor to an existing text format. |
ClassLoaderTest::getLoadClassFromFallbackTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
JavaScriptTest::testBrowserConditionalComments |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding JavaScript within conditional comments. |
UserAccountLinksTests::testDisabledAccountLink |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests disabling the 'My account' link. |
KernelTest::testClassCacheIsNotLoadedByDefault |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
XmlEncoderTest::testDecodeScalarRootAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
XmlFileLoaderTest::testLoadWithNamespacePrefix |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
TestFieldPrepareViewFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Returns a short summary for the current formatter settings. |
ChoiceValidatorTest::testValidCallbackExpected |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
Framework_AssertTest::testAssertTagParentFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
ajax_forms_test_advanced_commands_css_callback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Ajax form callback: Selects 'css'. |