We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2785d41 commit 0484403Copy full SHA for 0484403
tests/unit/AqBanking/Command/RequestCommandTest.php
@@ -38,9 +38,7 @@ public function testCanExecute()
38
. " --account=" . $accountNumber
39
. " --ctxfile=" . $pathToContextFile
40
. " --transactions"
41
- . " --balance"
42
- . " --sto"
43
- . " --dated";
+ . " --balance";
44
$shellCommandExecutorMock
45
->shouldReceive('execute')->once()
46
->with($expectedCommand)
@@ -82,8 +80,6 @@ public function testCanExecuteWithFromDate()
82
80
83
81
84
. " --balance"
85
86
- . " --dated"
87
. " --fromdate=" . $fromDate->format('Ymd');
88
89
0 commit comments