mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Run phpcs locally to make sure phpstan stays fixed. [skip ci]
This commit is contained in:
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\integration;
|
||||
|
||||
use FireflyIII\Models\TransactionCurrency;
|
||||
use FireflyIII\Models\UserGroup;
|
||||
use FireflyIII\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
@@ -40,7 +39,7 @@ abstract class TestCase extends BaseTestCase
|
||||
use RefreshDatabase;
|
||||
|
||||
protected const MAX_ITERATIONS = 2;
|
||||
protected $seed = true;
|
||||
protected $seed = true;
|
||||
|
||||
public function dateRangeProvider(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user