Fix tests

This commit is contained in:
2023-09-01 16:10:04 +02:00
parent 10a75f44e9
commit 2c52a5bffa
9 changed files with 22 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ final class DefaultScopeResolverTest extends TestCase
public function getScopes(): iterable
{
return $this->scopes;
return [$this->scopeA, $this->scopeB];
}
};