Skip to content

Commit

Permalink
change timestamp of function mock return value
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Jan 23, 2019
1 parent 39bd067 commit 4d45051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SapRfcFunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ protected function mockRemoteFunctionCallWithParametersAndResults()
'EV_MONTH' => '11',
'EV_MONTH_LAST_DAY' => '20181130',
'EV_MONTXT' => 'Montag',
'EV_TIMESTAMP' => 'NOVALUE',
'EV_TIMESTAMP' => '20181119000000',
'EV_WEEK' => '201847',
'EV_WEEK_LAST' => '201846',
'EV_WEEK_NEXT' => '201848',
Expand Down

0 comments on commit 4d45051

Please sign in to comment.