mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
More code cleanup
This commit is contained in:
@@ -32,8 +32,12 @@ use PHPUnit\Framework\TestCase;
|
||||
* @group unit-test
|
||||
* @group support
|
||||
* @group navigation
|
||||
*
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
class NavigationEndOfPeriodTest extends TestCase
|
||||
final class NavigationEndOfPeriodTest extends TestCase
|
||||
{
|
||||
private Navigation $navigation;
|
||||
|
||||
@@ -43,9 +47,6 @@ class NavigationEndOfPeriodTest extends TestCase
|
||||
$this->navigation = new Navigation();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return iterable
|
||||
*/
|
||||
public static function provideDates(): iterable
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user