mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Clean up tests, test only the important things.
This commit is contained in:
@@ -58,7 +58,8 @@ class SummaryController extends Controller
|
||||
private $currencyRepos;
|
||||
|
||||
/**
|
||||
* AccountController constructor.
|
||||
* SummaryController constructor.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
@@ -88,6 +89,7 @@ class SummaryController extends Controller
|
||||
*
|
||||
* @return JsonResponse
|
||||
* @throws FireflyException
|
||||
* @throws Exception
|
||||
*/
|
||||
public function basic(Request $request): JsonResponse
|
||||
{
|
||||
|
Reference in New Issue
Block a user