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

8.0.x
Alex Pott 2015-06-24 14:42:10 -05:00
parent e6913352c8
commit 0ee13d3ceb
1 changed files with 1 additions and 1 deletions

View File

@ -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.