aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/console/config/config_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/config/config_test.php b/tests/console/config/config_test.php
index 5d10ab5e7a..b8d30d314f 100644
--- a/tests/console/config/config_test.php
+++ b/tests/console/config/config_test.php
@@ -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()