BootstrapGetFilenameTestCase::testBackdropGetFilename |
core/modules/simpletest/tests/bootstrap.test |
Test that backdrop_get_filename() works correctly when the file is not found in the database. |
BootstrapIPAddressTestCase::setUp |
core/modules/simpletest/tests/bootstrap.test |
Sets up a Backdrop site for running functional and integration tests. |
BootstrapIPAddressTestCase::tearDown |
core/modules/simpletest/tests/bootstrap.test |
Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. |
BootstrapIPAddressTestCase::testIPAddressHost |
core/modules/simpletest/tests/bootstrap.test |
test IP Address and hostname |
BootstrapMiscTestCase::testMisc |
core/modules/simpletest/tests/bootstrap.test |
Test miscellaneous functions in bootstrap.inc. |
BootstrapOverrideServerVariablesTestCase::testBackdropOverrideServerVariablesProvidedURL |
core/modules/simpletest/tests/bootstrap.test |
Test providing a direct URL to to backdrop_override_server_variables(). |
BootstrapOverrideServerVariablesTestCase::testBackdropSettingsOverride |
core/modules/simpletest/tests/bootstrap.test |
Test that settings.php variables can be overridden by the server. |
BootstrapOverrideServerVariablesTestCase::testCheckMemoryLimit |
core/modules/simpletest/tests/bootstrap.test |
Tests that the backdrop_check_memory_limit() function works as expected. |
BootstrapPageCacheTestCase::setUp |
core/modules/simpletest/tests/bootstrap.test |
Sets up a Backdrop site for running functional and integration tests. |
BootstrapPageCacheTestCase::testConditionalRequests |
core/modules/simpletest/tests/bootstrap.test |
Test support for requests containing If-Modified-Since and If-None-Match headers. |
BootstrapPageCacheTestCase::testPageCache |
core/modules/simpletest/tests/bootstrap.test |
Test cache headers. |
BootstrapPageCacheTestCase::testPageCompression |
core/modules/simpletest/tests/bootstrap.test |
Test page compression. |
BootstrapResettableStaticTestCase::testBackdropStatic |
core/modules/simpletest/tests/bootstrap.test |
Test that a variable reference returned by backdrop_static() gets reset when
backdrop_static_reset() is called. |
BootstrapTimerTestCase::testTimer |
core/modules/simpletest/tests/bootstrap.test |
Test timer_read() to ensure it properly accumulates time when the timer
started and stopped multiple times. |
BootstrapVariableTestCase::setUp |
core/modules/simpletest/tests/bootstrap.test |
Sets up a Backdrop site for running functional and integration tests. |
BootstrapVariableTestCase::testVariable |
core/modules/simpletest/tests/bootstrap.test |
testVariable |
BootstrapVariableTestCase::testVariableDefaults |
core/modules/simpletest/tests/bootstrap.test |
Makes sure that the default variable parameter is passed through okay. |
BootstrapWatchdogTestCase::testWatchdogLogging |
core/modules/simpletest/tests/bootstrap.test |
|
bootstrap_hooks |
core/includes/bootstrap.inc |
Defines the critical hooks that force modules to always be loaded. |
bootstrap_invoke_all |
core/includes/bootstrap.inc |
Invokes a bootstrap hook in all bootstrap modules that implement it. |
boot_test_1_boot |
core/modules/simpletest/tests/boot_test_1.module |
Implements hook_boot(). |
boot_test_2_config_info |
core/modules/simpletest/tests/boot_test_2.module |
Implements hook_config_info(). |
BulkTestEntity::access |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::access(). |
BulkTestEntity::createAccess |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::createAccess(). |
BulkTestEntity::entityType |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::entityType(). |
BulkTestEntity::id |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::id(). |
BulkTestEntity::label |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::label(). |
BulkTestEntity::uri |
core/modules/views/tests/views_test_entity/views_test_entity.entity.inc |
Implements EntityInterface::uri(). |
cache |
core/includes/cache.inc |
Instantiates and statically caches the correct class for a cache bin. |
CacheClearCase::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheClearCase::testClearArray |
core/modules/simpletest/tests/cache.test |
Test clearing using an array. |
CacheClearCase::testClearCid |
core/modules/simpletest/tests/cache.test |
Test clearing using a cid. |
CacheClearCase::testClearWildcard |
core/modules/simpletest/tests/cache.test |
Test clearing using wildcard. |
CacheClearCase::testFlushAllCaches |
core/modules/simpletest/tests/cache.test |
Test backdrop_flush_all_caches(). |
CacheExampleTestCase::setUp |
modules/examples/cache_example/tests/cache_example.test |
Enable module. |
CacheExampleTestCase::testCacheExampleBasic |
modules/examples/cache_example/tests/cache_example.test |
Functional tests for cache_example. |
CacheGetMultipleUnitTest::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheGetMultipleUnitTest::testCacheMultiple |
core/modules/simpletest/tests/cache.test |
Test getMultiple(). |
CacheIsEmptyCase::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheIsEmptyCase::testIsEmpty |
core/modules/simpletest/tests/cache.test |
Test clearing using a cid. |
CacheSavingCase::checkVariable |
core/modules/simpletest/tests/cache.test |
Check or a variable is stored and restored properly. |
CacheSavingCase::testArray |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an array. |
CacheSavingCase::testDouble |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of a double. |
CacheSavingCase::testInteger |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an integer. |
CacheSavingCase::testNoEmptyCids |
core/modules/simpletest/tests/cache.test |
Test no empty cids are written in cache table. |
CacheSavingCase::testObject |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an object. |
CacheSavingCase::testString |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of a string. |
CacheTestCase::assertCacheExists |
core/modules/simpletest/tests/cache.test |
Assert or a cache entry exists. |
CacheTestCase::assertCacheRemoved |
core/modules/simpletest/tests/cache.test |
Assert or a cache entry has been removed. |
CacheTestCase::checkCacheExists |
core/modules/simpletest/tests/cache.test |
Check whether or not a cache entry exists. |