mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix code quality and run.
This commit is contained in:
@@ -42,6 +42,6 @@ class NavigationCustomEndOfPeriodTest extends TestCase
|
||||
$navigation = new Navigation();
|
||||
|
||||
$period = $navigation->endOfPeriod($from, 'custom');
|
||||
$this->assertEquals($expected->toDateString(), $period->toDateString());
|
||||
self::assertSame($expected->toDateString(), $period->toDateString());
|
||||
}
|
||||
}
|
||||
|
@@ -31,8 +31,8 @@ use Tests\integration\Traits\CollectsValues;
|
||||
*/
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
use CreatesApplication;
|
||||
use CollectsValues;
|
||||
use CreatesApplication;
|
||||
|
||||
protected const MAX_ITERATIONS = 2;
|
||||
|
||||
|
Reference in New Issue
Block a user