allow custom export repositories (#2182)

This commit is contained in:
Kevin Papst
2020-12-10 15:00:14 +01:00
committed by GitHub
parent c3fe8d1c39
commit 7a3388646b
18 changed files with 320 additions and 72 deletions

View File

@@ -178,7 +178,7 @@ class ExportControllerTest extends ControllerBaseTest
$node->setAttribute('method', 'POST');
$client->submit($form, [
'type' => 'default'
'renderer' => 'default'
]);
$response = $client->getResponse();
@@ -212,7 +212,7 @@ class ExportControllerTest extends ControllerBaseTest
// don't add daterange to make sure the current month is the default range
$client->submit($form, [
'type' => 'default.html.twig',
'renderer' => 'default.html.twig',
'markAsExported' => 1
]);