ContainerBuilderTest::testCreateServiceConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::createService |
LanguageUrlRewritingTest::testUrlRewritingEdgeCases |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php |
Check that non-installed languages are not considered. |
Framework_ConstraintTest::testConstraintNotLessThan |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_LessThan
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::lessThan
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
FieldSqlStorageTest::testFieldAttachInsertAndUpdate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Reads mysql to verify correct data is
written when using insert and update. |
FieldSqlStorageTest::testFieldAttachSaveMissingData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests insert and update with missing or NULL fields. |
EntityAccessTest::testEntityAccessDefaultController |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Ensures that the default controller is used as a fallback. |
HttpCacheTest::testInvalidatesCachedResponsesOnPost |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|
CollectionValidatorArrayObjectTest::prepareTestData |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php |
|
FieldSqlStorageTest::testFieldUpdateIndexesWithData |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test adding and removing indexes while data is present. |
LocaleListenerTest::testDefaultLocaleWithoutSession |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php |
|
FieldSqlStorageTest::testFieldSqlStorageForeignKeys |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Test foreign key support. |
TraceableEventDispatcherTest::testAddRemoveListener |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
PHPUnit_Framework_TestCase::getMockForAbstractClass |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Returns a mock object for the specified abstract class with all abstract
methods of the class mocked. Concrete methods to mock can be specified with
the last parameter |
EsiListenerTest::testFilterWhenThereIsNoEsiIncludes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/EsiListenerTest.php |
|
Framework_AssertTest::testAssertPublicAttributeSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertAttributeSame |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
TraceableEventDispatcherTest::testStopwatchSections |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php |
|
UpdateScriptTest::testSuccessfulUpdateFunctionality |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests update.php after performing a successful update. |
PHP_CodeCoverage_Report_Node::getNumTestedFunctions |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
Returns the number of tested functions. |
RegisterListenersPassTest::testValidEventSubscriber |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php |
|
ContextualDynamicContextTest::renderContextualLinks |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php |
Get server-rendered contextual links for the given contextual link ids. |
SymfonyFileLocatorTest::testFindMappingFileNotFound |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
MemoryDataCollectorTest::getBytesConversionTestData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php |
|
test_theme_preprocess_twig_theme_test_php_variables |
function |
drupal/core/modules/system/tests/themes/test_theme/test_theme.theme |
Implements THEME_preprocess_twig_theme_test_php_variables(). |
JsonResponseTest::testStaticCreateWithCustomHeaders |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php |
|
UrlGeneratorTest::testUrlWithInvalidParameterInHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException |
FileDriverTest::testGetAllClassNamesFromMappingFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
PHPUnit_Framework_TestResult::$timeoutForSmallTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
UrlAlterFunctionalTest::testCurrentUrlRequestedPath |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php |
Test current_path() and request_path(). |
PHPUnit_Framework_TestResult::$timeoutForLargeTests |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php |
|
DocParserTest::testNestedArraysWithNestedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
ModulesDisabledUpgradePathTest::testDisabledUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php |
Tests an upgrade with all non-required modules installed but disabled. |
ConstraintTest::testInvalidAndRequiredOptionsPassed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
Runner_BaseTestRunnerTest::testInvokeNonStaticSuite |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Runner/BaseTestRunnerTest.php |
|
FilterFormatAccessTest::testFormatWidgetPermissions |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
Tests editing a page using a disallowed text format. |
ConstraintTest::testSetDefaultPropertyDoctrineStyle |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php |
|
OptionsFieldUITest::testOptionsAllowedValuesInteger |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (integer) : test 'allowed values' input. |
FilterStringTest::testFilterStringGroupedExposedNot |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
|
StaticReflectionServiceTest::testClassNamespaceName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
OptionsFieldUITest::testOptionsAllowedValuesBoolean |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (boolean) : test 'On/Off' values input. |
StaticReflectionServiceTest::testGetReflectionClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
Framework_AssertTest::testObjectHasPrivateAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHP_CodeCoverage_UtilTest::testGetLinesToBeIgnored2 |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/UtilTest.php |
@covers PHP_CodeCoverage_Util::getLinesToBeIgnored |
Framework_AssertTest::testAssertThatAttributeEquals |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::attribute
@covers PHPUnit_Framework_Assert::equalTo |
StyleSerializerTest::testReponseFormatConfiguration |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Tests the response format configuration. |
DocParserTest::testAnnotationWithRequiredAttributes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php |
Tests that there is a link to the parent term on the child term page. |
SelectSubqueryTest::testFromSubquerySelectWithLimit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_vocabulary_predelete(). |
DocParserTest::testAnnotationDontAcceptSingleQuotes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected PlainValue, got ''' at position 10. |