public function M4032404TestCase::testM4032404Test404 in 403 to 404 7
Tests 404 Not Found response when hitting /admin.
File
- tests/
m4032404.test, line 43 - Tests for m4032404.
Class
- M4032404TestCase
- Tests the functionality of the m4032404 module.
Code
public function testM4032404Test404() {
$this
->drupalGet('admin');
$this
->assertResponse(404, 'Anonymous users get a 404 instead of a 403.');
}