Skip to content

Commit 60a22ab

Browse files
committed
Fixing glob unit test
1 parent 1b9110d commit 60a22ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GlobControllerQueryProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function has($id)
3434
}
3535
};
3636

37-
$globControllerQueryProvider = new GlobControllerQueryProvider('TheCodingMachine\\GraphQLite', $this->getControllerQueryProviderFactory(), $this->getTypeMapper(), $container, $this->getLockFactory(), new NullCache());
37+
$globControllerQueryProvider = new GlobControllerQueryProvider('TheCodingMachine\\GraphQLite\\Fixtures', $this->getControllerQueryProviderFactory(), $this->getTypeMapper(), $container, $this->getLockFactory(), new NullCache(), null, false);
3838

3939
$queries = $globControllerQueryProvider->getQueries();
4040
$this->assertCount(6, $queries);

0 commit comments

Comments
 (0)