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
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
return [
|
||||
'Exception.JKingWeb/NewsSync/Exception.uncoded' => 'The specified exception symbol {0} has no code specified in Exception.php',
|
||||
'Exception.JKingWeb/NewsSync/Exception.uncoded' => 'The specified exception symbol {0} has no code specified in Exception.php',
|
||||
|
||||
'Exception.JKingWeb/NewsSync/Lang/Exception.defaultFileMissing' => 'Default language file "{0}" missing',
|
||||
'Exception.JKingWeb/NewsSync/Lang/Exception.fileMissing' => 'Language file "{0}" is not available',
|
||||
|
|
|
@ -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