Skip to content

Commit 0484403

Browse files
committed
Fixed tests
1 parent 2785d41 commit 0484403

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/AqBanking/Command/RequestCommandTest.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public function testCanExecute()
3838
. " --account=" . $accountNumber
3939
. " --ctxfile=" . $pathToContextFile
4040
. " --transactions"
41-
. " --balance"
42-
. " --sto"
43-
. " --dated";
41+
. " --balance";
4442
$shellCommandExecutorMock
4543
->shouldReceive('execute')->once()
4644
->with($expectedCommand)
@@ -82,8 +80,6 @@ public function testCanExecuteWithFromDate()
8280
. " --ctxfile=" . $pathToContextFile
8381
. " --transactions"
8482
. " --balance"
85-
. " --sto"
86-
. " --dated"
8783
. " --fromdate=" . $fromDate->format('Ymd');
8884
$shellCommandExecutorMock
8985
->shouldReceive('execute')->once()

0 commit comments

Comments
 (0)