mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Max out the number of iterations
This commit is contained in:
@@ -32,6 +32,7 @@ use Tests\Traits\CollectsValues;
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
use CreatesApplication, CollectsValues;
|
||||
protected const MAX_ITERATIONS = 2;
|
||||
|
||||
/**
|
||||
* @return array
|
||||
|
Reference in New Issue
Block a user