We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9110d commit 60a22abCopy full SHA for 60a22ab
tests/GlobControllerQueryProviderTest.php
@@ -34,7 +34,7 @@ public function has($id)
34
}
35
};
36
37
- $globControllerQueryProvider = new GlobControllerQueryProvider('TheCodingMachine\\GraphQLite', $this->getControllerQueryProviderFactory(), $this->getTypeMapper(), $container, $this->getLockFactory(), new NullCache());
+ $globControllerQueryProvider = new GlobControllerQueryProvider('TheCodingMachine\\GraphQLite\\Fixtures', $this->getControllerQueryProviderFactory(), $this->getTypeMapper(), $container, $this->getLockFactory(), new NullCache(), null, false);
38
39
$queries = $globControllerQueryProvider->getQueries();
40
$this->assertCount(6, $queries);
0 commit comments