PHPUnit_Framework_TestResult::failureCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Gets the number of detected failures. |
EntityCrudHookTest::assertHookMessageOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Checks the order of CRUD hook execution messages. |
SelectSubqueryTest::testJoinSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a JOIN clause. |
MimeTypeTest::testGuessWithNonReadablePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
ExceptionInSetUpTest::assertPostConditions |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php |
Performs assertions shared by all tests of a test case. |
Framework_MockObject_Invocation_ObjectTest |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/ObjectTest.php |
|
PHPUnit_Framework_TestResult::topTestSuite |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
Returns the (top) test suite. |
OverrideDisplaysTest::testOverrideDisplays |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/OverrideDisplaysTest.php |
Tests that displays can be overridden via the UI. |
YamlFileLoaderTest::getPathsToInvalidFiles |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
CurrencyValidatorTest::testValidCurrencies |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php |
@dataProvider getValidCurrencies |
SystemListingTest::testDirectoryPrecedence |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SystemListingTest.php |
Tests that files in different directories take precedence as expected. |
FilterNumericTest::testFilterNumericSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterNumericTest.php |
|
UserLoginTest::testGlobalLoginFloodControl |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php |
Test the global login flood control. |
Twig_Test_NodeTestCase::getAttributeGetter |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php |
|
NamespaceCoverageMethodTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageMethodTest.php |
@covers Foo\CoveredClass::publicMethod |
Framework_AssertTest::testAssertThatIsType |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::isType |
VocabularyUnitTest::testUninstallReinstall |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php |
Test uninstall and reinstall of the taxonomy module. |
CustomBlockTestBase::createCustomBlockType |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Creates a custom block type (bundle). |
entity_crud_hook_test_taxonomy_term_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_delete(). |
EsiFragmentRendererTest::getInlineStrategy |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php |
|
ViewPageControllerTest::testPageController |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Tests the page controller. |
Framework_TestCaseTest::testWrongException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php |
|
NodeAccessLanguageAwareCombinationTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php |
Contains \Drupal\node\Tests\NodeAccessLanguageAwareCombinationTest. |
Framework_AssertTest::testAssertTagIdFalse |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertTag
@expectedException PHPUnit_Framework_AssertionFailedError |
SearchAdvancedSearchFormTest::testNodeType |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php |
Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Basic page". |
RegexValidatorTest::testEmptyStringIsValid |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php |
|
SearchConfigSettingsFormTest::$search_user |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
|
SearchConfigSettingsFormTest::$search_node |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
|
Twig_Tests_Loader_ChainTest::testGetSource |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
NodeTranslationUITest::getFormSubmitAction |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getFormSubmitAction(). |
Twig_Tests_IntegrationTest::getFixturesDir |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php |
|
NodeTranslationUITest::assertAuthoringInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertAuthoringInfo(). |
Twig_Tests_Loader_ChainTest::testAddLoader |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php |
|
ClassLoaderTest::testLoadClassFromFallback |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
@dataProvider getLoadClassFromFallbackTests |
Twig_Tests_Loader_ArrayTest::testGetSource |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php |
|
ConfigUpgradeTest::testConfigurationUpdate |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php |
Tests update_variables_to_config(). |
TestClassMetadataFactory::getFqcnFromAlias |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Get the fully qualified class-name from the namespace alias. |
TestFieldPrepareViewFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Allows formatters to load information for field values being displayed. |
Framework_TestImplementorTest::__construct |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestImplementorTest.php |
Constructs a test case with the given name. |
Util_XMLTest::testAssertValidKeysValidKeys |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
EntityResolverTest::testUuidEntityResolver |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php |
Test that fields referencing UUIDs can be denormalized. |
FileFieldWidgetTest::testMultiValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for multiple multi-valued File fields. |
XmlFileLoaderTest::testDocTypeIsNotAllowed |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage Document types are not allowed. |
TestClassMetadataFactory::wakeupReflection |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Wakeup reflection after ClassMetadata gets unserialized from cache. |
TestFieldDefaultFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
BackendChainImplementationUnitTest::$chain |
property |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Chain that will be heavily tested. |
KernelTest::testIsClassInActiveBundleFalse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
XmlFileLoaderTest::testDocTypeIsNotAllowed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php |
@expectedException \Symfony\Component\Validator\Exception\MappingException
@expectedExceptionMessage Document types are not allowed. |
TextSummaryTest::testFirstSentenceQuestion |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php |
Tests an edge case where the first sentence is a question and
subsequent sentences are not. This edge case is documented at
http://drupal.org/node/180425. |
ConcreteWithMyCustomExtensionTest::testTwo |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ConcreteTest.my.php |
|