mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-11 02:12:40 +00:00
Use unparsed strings for mock file data
This commit is contained in:
parent
f16e490141
commit
9bffb46aa8
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class TestConf extends \PHPUnit\Framework\TestCase {
|
|||
touch($vfs."/".$file);
|
||||
}
|
||||
chmod($vfs."/confUnreadable", 0000);
|
||||
$validConf = <<<VALID_CONFIGURATION_FILE
|
||||
$validConf = <<<'VALID_CONFIGURATION_FILE'
|
||||
<?php
|
||||
return Array(
|
||||
"lang" => "xx"
|
||||
|
|
Loading…
Reference in a new issue