aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/UtilsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UtilsTest.php')
-rw-r--r--tests/UtilsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php
index f3bb556e..3073b5eb 100644
--- a/tests/UtilsTest.php
+++ b/tests/UtilsTest.php
@@ -51,7 +51,7 @@ class UtilsTest extends PHPUnit_Framework_TestCase
51 protected function getLastLogEntry() 51 protected function getLastLogEntry()
52 { 52 {
53 $logFile = file(self::$testLogFile); 53 $logFile = file(self::$testLogFile);
54 return explode(' - ', trim(array_pop($logFile), '\n')); 54 return explode(' - ', trim(array_pop($logFile), PHP_EOL));
55 } 55 }
56 56
57 /** 57 /**