Search for test
Title | Object type | File name | Summary |
---|---|---|---|
ModuleDependencyTestCase::testThemeMetaData | function | modules/ |
Tests whether the correct theme metadata is returned. |
ModuleDependencyTestCase::testUninstallDependents | function | modules/ |
Tests attempting to uninstall a module that has installed dependents. |
ModuleImplementsAlterTestCase | class | modules/ |
|
ModuleImplementsAlterTestCase::getInfo | function | modules/ |
|
ModuleImplementsAlterTestCase::testModuleImplementsAlter | function | modules/ |
Tests hook_module_implements_alter() adding an implementation. |
ModuleInstallTestCase | class | modules/ |
Unit tests for module installation. |
ModuleInstallTestCase::getInfo | function | modules/ |
|
ModuleInstallTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleInstallTestCase::testDrupalWriteRecord | function | modules/ |
Test that calls to drupal_write_record() work during module installation. |
ModuleProvidedThemeEngineTestCase | class | modules/ |
Tests module-provided theme engines. |
ModuleProvidedThemeEngineTestCase::getInfo | function | modules/ |
|
ModuleProvidedThemeEngineTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking | function | modules/ |
Ensures that the module provided theme engine is found and used by core. |
ModuleRequiredTestCase | class | modules/ |
Test required modules functionality. |
ModuleRequiredTestCase::getInfo | function | modules/ |
|
ModuleRequiredTestCase::testDisableRequired | function | modules/ |
Assert that core required modules cannot be disabled. |
ModuleTestCase | class | modules/ |
Helper class for module test cases. |
ModuleTestCase::$admin_user | property | modules/ |
|
ModuleTestCase::assertLogMessage | function | modules/ |
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution. |
ModuleTestCase::assertModules | function | modules/ |
Assert the list of modules are enabled or disabled. |
ModuleTestCase::assertModuleTablesDoNotExist | function | modules/ |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestCase::assertModuleTablesExist | function | modules/ |
Assert that all tables defined in a module's hook_schema() exist. |
ModuleTestCase::assertTableCount | function | modules/ |
Assert there are tables that begin with the specified base table name. |
ModuleTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleUninstallTestCase | class | modules/ |
Unit tests for module uninstallation and related hooks. |
ModuleUninstallTestCase::getInfo | function | modules/ |
|
ModuleUninstallTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleUninstallTestCase::testUserPermsUninstalled | function | modules/ |
Tests the hook_modules_uninstalled() of the user module. |
ModuleUnitTest | class | modules/ |
Unit tests for the module API. |
ModuleUnitTest::$user | property | modules/ |
|
ModuleUnitTest::assertModuleList | function | modules/ |
Assert that module_list() return the expected values. |
ModuleUnitTest::getInfo | function | modules/ |
|
ModuleUnitTest::testDependencyResolution | function | modules/ |
Test dependency resolution. |
ModuleUnitTest::testModuleImplements | function | modules/ |
Test module_implements() caching. |
ModuleUnitTest::testModuleInvoke | function | modules/ |
Test that module_invoke() can load a hook defined in hook_hook_info(). |
ModuleUnitTest::testModuleInvokeAll | function | modules/ |
Test that module_invoke_all() can load a hook defined in hook_hook_info(). |
ModuleUnitTest::testModuleList | function | modules/ |
The basic functionality of module_list(). |
ModuleUnitTest::testSystemModulesBrokenConfigure | function | modules/ |
Test system_modules() with a module with a broken configure path. |
ModuleUnitTest::testSystemModulesNullVersion | function | modules/ |
Test system_modules() with a module with a dependency with a null version. |
ModuleVersionTestCase | class | modules/ |
Test module dependency on specific versions. |
ModuleVersionTestCase::getInfo | function | modules/ |
|
ModuleVersionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ModuleVersionTestCase::testModuleVersions | function | modules/ |
Test version dependencies. |
module_test.file.inc | file | modules/ |
A file to test module_implements() loading includes. |
module_test.implementations.inc | file | modules/ |
|
module_test.info | file | modules/ |
name = "Module test" description = "Support module for module system testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
module_test.install | file | modules/ |
Install, update and uninstall functions for the module_test module. |
module_test.module | file | modules/ |
|
module_test_altered_test_hook | function | modules/ |
Implements hook_altered_test_hook() |
module_test_enable | function | modules/ |
Implements hook_enable(). |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.