1.20.x installer.test | public InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled() |
File
- modules/
installer/ tests/ installer.test, line 68
Class
- InstallerBrowserAdministrationTestCase
- Administration tests for Project Browser.
Code
public function testProjectBrowserProjectEnabled() {
// Make sure project enabled detection works
module_load_include('inc', 'installer', 'installer.browser');
$this->assertTrue(_installer_browser_is_project_enabled('module', 'update'), t('Make sure project enabled detection works.'));
}