Tests for reminders.

This commit is contained in:
James Cole
2014-12-29 21:49:43 +01:00
parent 593e799ca1
commit 89363ecfa3
6 changed files with 134 additions and 21 deletions

View File

@@ -26,7 +26,7 @@ class Date
switch ($repeatFreq) {
default:
throw new FireflyException('Cannot do addPeriod for $repeat_freq ' . $repeatFreq);
throw new FireflyException('Cannot do addPeriod for $repeat_freq "' . $repeatFreq . '"');
break;
case 'daily':
$date->addDays($add);