function CoderUpgradeWebTestCase::testAdminInterface in Coder 7
Same name and namespace in other branches
- 7.2 coder_upgrade/coder_upgrade.test \CoderUpgradeWebTestCase::testAdminInterface()
Call test methods (prefixed with 'check' to avoid setUp overhead).
File
- coder_upgrade/
coder_upgrade.test, line 257
Class
- CoderUpgradeWebTestCase
- Functional tests for the admin interface (settings and execution).
Code
function testAdminInterface() {
// Include the admin file so we can call its functions.
module_load_include('inc', 'coder_upgrade', 'coder_upgrade');
$this
->checkSettingsInterface();
$this
->checkRunInterface();
}