diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-28 11:37:43 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-28 11:37:43 -0500 |
commit | c185d2415695a3b40154ba359395e20c64851f77 (patch) | |
tree | c275697ce9514f4a8af174fb89920f13d5bbff83 /tests | |
parent | 9357b3a4ec64fbcca58967d0319065de7d363560 (diff) |
Update SQL exports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Core/DateParserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Core/DateParserTest.php b/tests/units/Core/DateParserTest.php index 4999a06d..e0dfb4c1 100644 --- a/tests/units/Core/DateParserTest.php +++ b/tests/units/Core/DateParserTest.php @@ -138,7 +138,7 @@ class DateParserTest extends Base { $this->container['configModel']->save(array( 'application_date_format' => 'd.m.Y', - 'application_datetime_format' => 'd.m.Y H:i', + 'application_time_format' => 'H:i', )); $dateParser = new DateParser($this->container); |