Fixed tests.

This commit is contained in:
James Cole
2014-07-08 08:07:15 +02:00
parent 5e8cfb512b
commit f6e195736f
5 changed files with 29 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ class AccountController extends \BaseController
'initial' => [],
'cash' => []
];
$total = $all->count();
$total = count($all);
foreach ($all as $account) {