DefaultFileLocatorTest::testGetPaths |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
entity_crud_hook_test_comment_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_insert(). |
StateValuesCleanAdvancedTest::$image |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php |
An image file path for uploading. |
AutocompleteTagsUnitTest::$validTags |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AutocompleteTagsUnitTest.php |
|
DrupalDateTimeTest::testDateTimezone |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DrupalDateTimeTest.php |
Test that DrupalDateTime can detect the right timezone to use.
Test with a variety of less commonly used timezone names to
help ensure that the system timezone will be different than the
stated timezones. |
XmlFileLoaderTest::testLoadWithRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php |
|
NodeAdminTest::testContentAdminPages |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php |
Tests content overview with different user permissions. |
Twig_Tests_FileCachingTest::tearDown |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php |
|
Twig_Tests_Node_ModuleTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php |
|
AutocompleteTagsUnitTest::assertTags |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AutocompleteTagsUnitTest.php |
Helper function: asserts that the ending array of tags is what we wanted. |
BasicTest::testViewsWizardAndListing |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php |
|
Twig_Tests_Node_SetTest::testCompile |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php |
@covers Twig_Node_Set::compile
@dataProvider getTests |
HttpKernelTest::assertResponseEquals |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
StorageTestBase::testNonExistingKeys |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Tests expected behavior for non-existing keys. |
ErrorHandlerTest::assertErrorMessage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php |
Helper function: assert that the error message is found. |
RouteTest::testInvalidRouteParameter |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
@expectedException \BadMethodCallException |
SelectTest::testSelectDuplicateAlias |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that aliases are renamed when they are duplicates. |
Twig_Tests_Node_ImportTest::getTests |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php |
|
entity_crud_hook_test_comment_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_update(). |
NodeRevisionPermissionsTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php |
|
RequestMatcherTest::testIpv4Provider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
RequestMatcherTest::testIpv6Provider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
TempStoreDatabaseTest::$storeFactory |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php |
A key/value store factory. |
ContainerBuilderTest::testGetAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::getAliases |
RedisProfilerStorageTest::getStorage |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
TestClassMetadataFactory::initialize |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Lazy initialization of this stuff, especially the metadata driver,
since these are not needed at all when a metadata cache is active. |
entity_crud_hook_test_file_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_predelete(). |
ExceptionControllerTest::test405HTML |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php |
Ensure the execute() method returns a valid response on 405 exceptions. |
ContainerBuilderTest::testSetAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::setAliases |
_system_test_first_shutdown_function |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Dummy shutdown function which registers another shutdown function. |
entity_crud_hook_test_node_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_predelete(). |
ContainerBuilderTest::testAddAliases |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
@covers Symfony\Component\DependencyInjection\ContainerBuilder::addAliases |
ConfigOverrideTest::testConfOverride |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php |
Tests configuration override. |
LazyAssetManagerTest::testSetFormula |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php |
|
MongoDbProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
entity_crud_hook_test_user_predelete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_predelete(). |
FilesystemCacheTest::_getCacheDriver |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php |
|
entity_crud_hook_test_comment_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_delete(). |
Twig_Tests_LexerTest::testBigNumbers |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/LexerTest.php |
|
Twig_Tests_NodeVisitor_OptimizerTest |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php |
|
StreamedResponseTest::testSetContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
@expectedException \LogicException |
DCOM58Test::testIssueGlobalNamespace |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php |
|
StreamedResponseTest::testGetContent |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php |
|
HandlerFieldUserNameTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFieldUserNameTest.php |
Views used by this test. |
RetrieveFileTest::testFileRetrieving |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php |
Invokes system_retrieve_file() in several scenarios. |
EsiTest::testProcessWhenNoSrcInAnEsi |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php |
@expectedException RuntimeException |
ConnectionUnitTest::assertConnection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Asserts that a connection ID exists. |
SystemListingCompatibleTest::getInfo |
function |
drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/lib/Drupal/drupal_system_listing_compatible_test/Tests/SystemListingCompatibleTest.php |
|
UserBlocksTests::testWhosOnlineBlock |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php |
Test the Who's Online block. |
CommentPagerTest::assertCommentOrder |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php |
Asserts that the comments are displayed in the correct order. |