1 installer.test public InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled()

File

core/modules/installer/tests/installer.test, line 66

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.'));
}