mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
Fix test
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user