Issue #2511348 by kfitz, dylanf, cilefen: HtaccessTest::testFileAccess() has a documentation typo
parent
e6913352c8
commit
0ee13d3ceb
|
@ -101,7 +101,7 @@ class HtaccessTest extends WebTestBase {
|
||||||
$this->drupalGet('core/lib/Drupal.php/1');
|
$this->drupalGet('core/lib/Drupal.php/1');
|
||||||
$this->assertResponse(403, "Access to core/lib/Drupal.php/1 is denied.");
|
$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();
|
$type = $this->drupalCreateContentType();
|
||||||
|
|
||||||
// Create an node aliased to test.php.
|
// Create an node aliased to test.php.
|
||||||
|
|
Loading…
Reference in New Issue