diff options
Diffstat (limited to 'tests/UtilsTest.php')
-rw-r--r-- | tests/UtilsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php index 869a9695..f3bb556e 100644 --- a/tests/UtilsTest.php +++ b/tests/UtilsTest.php | |||
@@ -22,7 +22,7 @@ class UtilsTest extends PHPUnit_Framework_TestCase | |||
22 | protected static $testLogFile = 'tests.log'; | 22 | protected static $testLogFile = 'tests.log'; |
23 | 23 | ||
24 | // Expected log date format | 24 | // Expected log date format |
25 | protected static $dateFormat = 'Y/m/d_H:i:s'; | 25 | protected static $dateFormat = 'Y/m/d H:i:s'; |
26 | 26 | ||
27 | 27 | ||
28 | /** | 28 | /** |