Issue #2942769 by neclimdul: Consolidate umami .htaccess files and testing - coding standards followup
parent
2678eabf6e
commit
097d71c2fd
|
@ -16,7 +16,7 @@ class DefaultContentFilesAccessTest extends BrowserTestBase {
|
||||||
* Tests that sample images, recipes and articles are not accessible.
|
* Tests that sample images, recipes and articles are not accessible.
|
||||||
*/
|
*/
|
||||||
public function testAccessDeniedToFiles() {
|
public function testAccessDeniedToFiles() {
|
||||||
// The demo_umami profile should not be used because we want to ensure that
|
// The demo_umami profile should not be used because we want to ensure that
|
||||||
// if you install another profile these files are not available.
|
// if you install another profile these files are not available.
|
||||||
$this->assertNotSame('demo_umami', Settings::get('install_profile'));
|
$this->assertNotSame('demo_umami', Settings::get('install_profile'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue