mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +00:00
Fix test
This commit is contained in:
parent
f8edfa6844
commit
72a536bd8d
@ -324,6 +324,10 @@ class ExportGeneratorTest extends TestCase
|
||||
$formatter = $this->prophesize(FormatterInterface::class);
|
||||
|
||||
$query = $this->prophesize(QueryBuilder::class);
|
||||
$query->getDQL()->willReturn('dummy');
|
||||
$dqlQuery = $this->prophesize(Query::class);
|
||||
$dqlQuery->getSQL()->willReturn('dummy');
|
||||
$query->getQuery()->willReturn($dqlQuery->reveal());
|
||||
|
||||
// required methods
|
||||
$export->initiateQuery(
|
||||
|
Loading…
x
Reference in New Issue
Block a user