]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/UtilsTest.php
Logging: improve formatting to enable fail2ban parsing
[github/shaarli/Shaarli.git] / tests / UtilsTest.php
index 869a9695be1b2075eac0e6f0e9eadcdc170ed5b7..f3bb556ec5d0e7f851822a6d4d4cc71d9257c210 100644 (file)
@@ -22,7 +22,7 @@ class UtilsTest extends PHPUnit_Framework_TestCase
     protected static $testLogFile = 'tests.log';
 
     // Expected log date format
-    protected static $dateFormat = 'Y/m/d_H:i:s';
+    protected static $dateFormat = 'Y/m/d H:i:s';
     
 
     /**