1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-11 10:22:40 +00:00

Use unparsed strings for mock file data

This commit is contained in:
J. King 2017-02-06 18:50:34 -05:00
parent f16e490141
commit 9bffb46aa8
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ class TestConf extends \PHPUnit\Framework\TestCase {
touch($vfs."/".$file); touch($vfs."/".$file);
} }
chmod($vfs."/confUnreadable", 0000); chmod($vfs."/confUnreadable", 0000);
$validConf = <<<VALID_CONFIGURATION_FILE $validConf = <<<'VALID_CONFIGURATION_FILE'
<?php <?php
return Array( return Array(
"lang" => "xx" "lang" => "xx"