Issue #54 - Fixed property names and related tests.

This commit is contained in:
Daniel Thee Roperto
2016-09-25 00:51:33 +10:00
parent fbef0f52cf
commit 5b964fd29f
6 changed files with 38 additions and 35 deletions

View File

@@ -38,8 +38,8 @@ $cli->set_defaults([
'warn' => (int)($config->default_warning_duration),
'start' => null,
'duration' => (int)($config->default_duration),
'title' => $config->default_warning_title,
'description' => $config->default_warning_description,
'title' => $config->default_title,
'description' => $config->default_description,
]);
try {