This should fix the tests again.

This commit is contained in:
James Cole
2024-02-03 10:08:34 +01:00
parent 9894d16d26
commit d3f19db42d
6 changed files with 54 additions and 49 deletions

View File

@@ -35,6 +35,11 @@ use Tests\integration\TestCase;
*/
final class NavigationCustomEndOfPeriodTest extends TestCase
{
public function __construct(string $name)
{
parent::__construct($name);
}
/**
* @preserveGlobalState disabled
*/