simpletest.module |
core/modules/simpletest/simpletest.module |
Provides testing functionality. |
simpletest.pages.inc |
core/modules/simpletest/simpletest.pages.inc |
Page callbacks for simpletest module. |
simpletest.theme.inc |
core/modules/simpletest/simpletest.theme.inc |
Theme functions for the Simpletest module. |
actions.test |
core/modules/simpletest/tests/actions.test |
Tests for checking the actions system within Backdrop. |
actions_loop_test.info |
core/modules/simpletest/tests/actions_loop_test.info |
name = Actions loop test
description = Support module for action loop testing.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
actions_loop_test.install |
core/modules/simpletest/tests/actions_loop_test.install |
|
actions_loop_test.module |
core/modules/simpletest/tests/actions_loop_test.module |
|
ajax.test |
core/modules/simpletest/tests/ajax.test |
Ajax Tests. |
ajax_forms_test.info |
core/modules/simpletest/tests/ajax_forms_test.info |
name = "AJAX form test mock module"
description = "Test for AJAX form calls."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
ajax_forms_test.module |
core/modules/simpletest/tests/ajax_forms_test.module |
Simpletest mock module for Ajax forms testing. |
ajax_test.info |
core/modules/simpletest/tests/ajax_test.info |
name = AJAX Test
description = Support module for AJAX framework tests.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
ajax_test.module |
core/modules/simpletest/tests/ajax_test.module |
Helper module for Ajax framework tests. |
backdrop_system_listing_compatible_test.info |
core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info |
name = "Backdrop system listing compatible test"
description = "Support module for testing the backdrop_system_listing function."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
backdrop_system_listing_compatible_test.module |
core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.module |
|
backdrop_system_listing_incompatible_test.info |
core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info |
name = "Backdrop system listing incompatible test"
description = "Support module for testing the backdrop_system_listing function."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
backdrop_system_listing_incompatible_test.module |
core/modules/simpletest/tests/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.module |
|
backup.test |
core/modules/simpletest/tests/backup.test |
Test classes for verifying Backup and Restore functionality. |
backup_test.info |
core/modules/simpletest/tests/backup_test/backup_test.info |
name = "Backup Test"
description = "Support module for Backup tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
backup_test.install |
core/modules/simpletest/tests/backup_test/backup_test.install |
Install and update functions for the Backup test module. |
backup_test.module |
core/modules/simpletest/tests/backup_test/backup_test.module |
Test module for verifying backup capabilities. |
basis.test |
core/modules/simpletest/tests/basis.test |
Tests for the Basis core theme. |
batch.test |
core/modules/simpletest/tests/batch.test |
Tests for the Batch API. |
batch_test.callbacks.inc |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Batch callbacks for the Batch API tests. |
batch_test.info |
core/modules/simpletest/tests/batch_test.info |
name = "Batch API test"
description = "Support module for Batch API tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
batch_test.module |
core/modules/simpletest/tests/batch_test.module |
Helper module for the Batch API tests. |
boot.test |
core/modules/simpletest/tests/boot.test |
|
bootstrap.test |
core/modules/simpletest/tests/bootstrap.test |
|
boot_test_1.info |
core/modules/simpletest/tests/boot_test_1.info |
type = module
name = Early bootstrap tests
description = A support module for hook_boot testing.
backdrop = 1.x
package = Testing
version = VERSION
hidden = TRUE |
boot_test_1.module |
core/modules/simpletest/tests/boot_test_1.module |
Tests calling module_implements() during hook_boot() invocation. |
boot_test_2.info |
core/modules/simpletest/tests/boot_test_2.info |
type = module
name = Early bootstrap tests
description = A support module for hook_boot hook testing.
backdrop = 1.x
package = Testing
version = VERSION
hidden = TRUE |
boot_test_2.module |
core/modules/simpletest/tests/boot_test_2.module |
Defines a hook_config_info() implementation in a non-"bootstrap" module. |
cache.test |
core/modules/simpletest/tests/cache.test |
|
color.test |
core/modules/simpletest/tests/color.test |
Tests color conversion functions. |
common.test |
core/modules/simpletest/tests/common.test |
Tests for common.inc functionality. |
common_test.css |
core/modules/simpletest/tests/common_test.css |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test.info |
core/modules/simpletest/tests/common_test.info |
name = "Common Test"
description = "Support module for Common tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
stylesheets[all][] = common_test.css
stylesheets[print][] =… |
common_test.module |
core/modules/simpletest/tests/common_test.module |
Helper module for the Common tests. |
common_test.print.css |
core/modules/simpletest/tests/common_test.print.css |
/* This file is for testing CSS file inclusion, no contents are necessary. */ |
common_test.theme.inc |
core/modules/simpletest/tests/common_test.theme.inc |
Theme functions for the Common Test module. |
common_test_cron_helper.info |
core/modules/simpletest/tests/common_test_cron_helper.info |
name = "Common Test Cron Helper"
description = "Helper module for CronRunTestCase::testCronExceptions()."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
common_test_cron_helper.module |
core/modules/simpletest/tests/common_test_cron_helper.module |
Helper module for the testCronExceptions in addition to common_test module. |
common_test_info.txt |
core/modules/simpletest/tests/common_test_info.txt |
; Test parsing with a simple string.
simple_string = A simple string
; Test that constants can be used as values.
simple_constant = WATCHDOG_INFO
; After parsing the .info file, 'double_colon' should hold the literal value.
; Parsing… |
config_obj.test |
core/modules/simpletest/tests/config_obj.test |
|
config_obj_test.info |
core/modules/simpletest/tests/config_obj_test/config_obj_test.info |
name = "Config Test"
description = "Support module for Config object tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
config_obj_test.module |
core/modules/simpletest/tests/config_obj_test/config_obj_test.module |
|
database_test.info |
core/modules/simpletest/tests/database_test.info |
name = "Database Test"
description = "Support module for Database layer tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
database_test.install |
core/modules/simpletest/tests/database_test.install |
Install, update and uninstall functions for the database_test module. |
database_test.module |
core/modules/simpletest/tests/database_test.module |
|
database_test.test |
core/modules/simpletest/tests/database_test.test |
Database tests. |
dependency_test1.info |
core/modules/simpletest/tests/dependency_test1.info |
name = "Dependency test 1"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |