Skip to content
Snippets Groups Projects
Commit cc9b4a87 authored by Florian Azizian's avatar Florian Azizian
Browse files

Fix TU

parent 769c0907
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ class HistoryControllerTest extends TestCase ...@@ -36,7 +36,7 @@ class HistoryControllerTest extends TestCase
$aArgs = [ $aArgs = [
'startDate' => '15-03-2018', 'startDate' => '15-03-2018',
'endDate' => time() 'endDate' => date('d-m-Y')
]; ];
$fullRequest = $request->withQueryParams($aArgs); $fullRequest = $request->withQueryParams($aArgs);
...@@ -57,7 +57,7 @@ class HistoryControllerTest extends TestCase ...@@ -57,7 +57,7 @@ class HistoryControllerTest extends TestCase
$aArgs = [ $aArgs = [
'startDate' => '15-03-2018', 'startDate' => '15-03-2018',
'endDate' => time() 'endDate' => date('d-m-Y')
]; ];
$fullRequest = $request->withQueryParams($aArgs); $fullRequest = $request->withQueryParams($aArgs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment