mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12658] Fix wrong eol character
PHPBB3-12658
This commit is contained in:
parent
059f21a3ac
commit
5a4de4aa1f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class phpbb_console_command_config_test extends phpbb_test_case
|
|||
'--no-newline' => false,
|
||||
));
|
||||
|
||||
$this->assertSame($this->config['test_key'] . "\n", $command_tester->getDisplay());
|
||||
$this->assertSame($this->config['test_key'] . PHP_EOL, $command_tester->getDisplay());
|
||||
}
|
||||
|
||||
public function test_get_error()
|
||||
|
|
Loading…
Add table
Reference in a new issue