This should fix tests

This commit is contained in:
James Cole
2017-03-16 20:46:18 +01:00
parent d618ddc8c5
commit 2db8d25038
9 changed files with 147 additions and 51 deletions

View File

@@ -287,7 +287,7 @@ class JsonController extends Controller
{
$pref = Preferences::get('tour', true);
if (!$pref) {
throw new FireflyException('Cannot find preference for tour. Exit.');
throw new FireflyException('Cannot find preference for tour. Exit.'); // @codeCoverageIgnore
}
$headers = ['main-content', 'sidebar-toggle', 'account-menu', 'budget-menu', 'report-menu', 'transaction-menu', 'option-menu', 'main-content-end'];
$steps = [];