mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Fix tests
This commit is contained in:
@@ -58,7 +58,7 @@ final class DefaultScopeResolverTest extends TestCase
|
||||
|
||||
public function getScopes(): iterable
|
||||
{
|
||||
return $this->scopes;
|
||||
return [$this->scopeA, $this->scopeB];
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user