From ab6743cb17b7a9769bba2c546da46d50734fd900 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 1 Aug 2018 17:35:11 +0200 Subject: [PATCH] adjust tests Signed-off-by: Arthur Schiwon --- tests/unit/Controller/DataRequestControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/Controller/DataRequestControllerTest.php b/tests/unit/Controller/DataRequestControllerTest.php index 49793fb..9bc36fd 100644 --- a/tests/unit/Controller/DataRequestControllerTest.php +++ b/tests/unit/Controller/DataRequestControllerTest.php @@ -48,10 +48,10 @@ class DataRequestControllerTest extends \Test\TestCase { $this->controller = new DataRequestController( 'data_request', $request, + $this->requestService, 'PUT, POST, GET, DELETE, PATCH', 'Authorization, Content-Type, Accept', - 1728000, - $this->requestService + 1728000 ); }