dependency_test2.info |
core/modules/simpletest/tests/dependency_test2.info |
name = "Dependency test 2"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
dependency_test2.module |
core/modules/simpletest/tests/dependency_test2.module |
|
dependency_test3.info |
core/modules/simpletest/tests/dependency_test3.info |
name = "Dependency test 3"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
dependency_test3.module |
core/modules/simpletest/tests/dependency_test3.module |
|
error.test |
core/modules/simpletest/tests/error.test |
|
error_test.info |
core/modules/simpletest/tests/error_test.info |
name = "Error test"
description = "Support module for error and exception testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
error_test.module |
core/modules/simpletest/tests/error_test.module |
|
file.test |
core/modules/simpletest/tests/file.test |
This provides SimpleTests for the core file handling functionality.
These include FileValidateTest and FileSaveTest. |
filetransfer.test |
core/modules/simpletest/tests/filetransfer.test |
|
file_test.info |
core/modules/simpletest/tests/file_test.info |
name = "File test"
description = "Support module for file handling tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
file_test.module |
core/modules/simpletest/tests/file_test.module |
Helper module for the file tests. |
file_test.stream_wrappers.inc |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Stream wrapper classes used in testing. |
filter_test.info |
core/modules/simpletest/tests/filter_test.info |
name = Filter test module
description = Tests filter hooks and functions.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
filter_test.module |
core/modules/simpletest/tests/filter_test.module |
Test module for Filter module hooks and functions not used in core. |
form.test |
core/modules/simpletest/tests/form.test |
Unit tests for the Backdrop Form API. |
form_test.file.inc |
core/modules/simpletest/tests/form_test.file.inc |
An include file to test loading it with the form API. |
form_test.info |
core/modules/simpletest/tests/form_test.info |
name = "FormAPI Test"
description = "Support module for Form API tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = file
hidden = TRUE |
form_test.module |
core/modules/simpletest/tests/form_test.module |
Helper module for the Form API tests. |
graph.test |
core/modules/simpletest/tests/graph.test |
Provides unit tests for graph.inc. |
http.php |
core/modules/simpletest/tests/http.php |
Fake an HTTP request, for use during testing. |
https.php |
core/modules/simpletest/tests/https.php |
Fake an HTTPS request, for use during testing. |
icon.test |
core/modules/simpletest/tests/icon.test |
Tests for displaying and overriding icons in Backdrop. |
icon_test.info |
core/modules/simpletest/tests/icon_test/icon_test.info |
name = "Icon API test"
description = "Support module for Icon API testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
icon_test.module |
core/modules/simpletest/tests/icon_test/icon_test.module |
Provides testing hooks for Icon API. |
image.test |
core/modules/simpletest/tests/image.test |
Tests for core image handling API. |
image_test.info |
core/modules/simpletest/tests/image_test.info |
name = "Image test"
description = "Support module for image toolkit tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
image_test.module |
core/modules/simpletest/tests/image_test.module |
Helper module for the image tests. |
installer.test |
core/modules/simpletest/tests/installer.test |
Tests for the installer. |
lock.test |
core/modules/simpletest/tests/lock.test |
|
mail.test |
core/modules/simpletest/tests/mail.test |
Test the Backdrop mailing system. |
menu.test |
core/modules/simpletest/tests/menu.test |
Provides SimpleTests for menu.inc. |
menu_test.info |
core/modules/simpletest/tests/menu_test.info |
name = "Hook menu tests"
description = "Support module for menu hook testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
menu_test.module |
core/modules/simpletest/tests/menu_test.module |
Dummy module implementing hook menu. |
module.test |
core/modules/simpletest/tests/module.test |
Tests for the module API. |
module_test.file.inc |
core/modules/simpletest/tests/module_test.file.inc |
A file to test module_implements() loading includes. |
module_test.implementations.inc |
core/modules/simpletest/tests/module_test.implementations.inc |
|
module_test.info |
core/modules/simpletest/tests/module_test.info |
name = "Module test"
description = "Support module for module system testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
module_test.install |
core/modules/simpletest/tests/module_test.install |
Install, update and uninstall functions for the module_test module. |
module_test.module |
core/modules/simpletest/tests/module_test.module |
|
pager.test |
core/modules/simpletest/tests/pager.test |
Tests for pager functionality. |
password.test |
core/modules/simpletest/tests/password.test |
Provides unit tests for password.inc. |
path.test |
core/modules/simpletest/tests/path.test |
Tests for path.inc. |
path_test.info |
core/modules/simpletest/tests/path_test.info |
name = "Hook path tests"
description = "Support module for path hook testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
path_test.module |
core/modules/simpletest/tests/path_test.module |
Helper module for the path tests. |
requirements1_test.info |
core/modules/simpletest/tests/requirements1_test.info |
name = Requirements 1 Test
description = "Tests that a module is not installed when it fails hook_requirements('install')."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
requirements1_test.install |
core/modules/simpletest/tests/requirements1_test.install |
|
requirements1_test.module |
core/modules/simpletest/tests/requirements1_test.module |
Tests that a module is not installed when it fails
hook_requirements('install'). |
requirements2_test.info |
core/modules/simpletest/tests/requirements2_test.info |
name = Requirements 2 Test
description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)."
dependencies[] = requirements1_test
dependencies[] = comment
package = Testing
version =… |
requirements2_test.module |
core/modules/simpletest/tests/requirements2_test.module |
Tests that a module is not installed when the one it depends on fails
hook_requirements('install'). |
schema.test |
core/modules/simpletest/tests/schema.test |
Tests for the Database Schema API. |