diff --git a/core/modules/system/src/Tests/System/HtaccessTest.php b/core/modules/system/src/Tests/System/HtaccessTest.php index e19e545..0165f19 100644 --- a/core/modules/system/src/Tests/System/HtaccessTest.php +++ b/core/modules/system/src/Tests/System/HtaccessTest.php @@ -118,9 +118,9 @@ public function testFileAccess() { // Update node's alias to test.php/test. $node->path = '/test.php/test'; $node->save(); + $this->drupalGet('test.php/test'); $this->assertResponse(200); $this->assertText('This is a node'); - $this->drupalG t('test.php/test'); } /**