mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Clean up tests, test only the important things.
This commit is contained in:
@@ -29,6 +29,7 @@ use FireflyIII\Rules\IsBoolean;
|
||||
|
||||
/**
|
||||
* Class AccountStoreRequest
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class AccountStoreRequest extends Request
|
||||
{
|
||||
@@ -48,7 +49,6 @@ class AccountStoreRequest extends Request
|
||||
* Get all data from the request.
|
||||
*
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
public function getAll(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user