Skip to content
Snippets Groups Projects
Commit 0ee13d3c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2511348 by kfitz, dylanf, cilefen: HtaccessTest::testFileAccess() has a documentation typo

parent e6913352
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -101,7 +101,7 @@ public function testFileAccess() {
$this->drupalGet('core/lib/Drupal.php/1');
$this->assertResponse(403, "Access to core/lib/Drupal.php/1 is denied.");
// Test that is it possible to have path aliases containing .php.
// Test that it is possible to have path aliases containing .php.
$type = $this->drupalCreateContentType();
// Create an node aliased to test.php.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment