public function HealthTestCase::testHealth in Health Status 7
Test the various menus.
File
- ./
health.test, line 29 - Tests for health module.
Class
- HealthTestCase
- Functional tests for the health module.
Code
public function testHealth() {
$this
->drupalGet('admin/reports/health/dashboard');
$this
->assertResponse(403);
}