Skip to content

Commit 4d45051

Browse files
committed
change timestamp of function mock return value
1 parent 39bd067 commit 4d45051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SapRfcFunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected function mockRemoteFunctionCallWithParametersAndResults()
173173
'EV_MONTH' => '11',
174174
'EV_MONTH_LAST_DAY' => '20181130',
175175
'EV_MONTXT' => 'Montag',
176-
'EV_TIMESTAMP' => 'NOVALUE',
176+
'EV_TIMESTAMP' => '20181119000000',
177177
'EV_WEEK' => '201847',
178178
'EV_WEEK_LAST' => '201846',
179179
'EV_WEEK_NEXT' => '201848',

0 commit comments

Comments
 (0)