Skip to content

Commit f42edd5

Browse files
committed
Fix GoBack test
1 parent 9d03f91 commit f42edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Action/GoBackActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testGoBackActionClosesMenuAndOpensParentIfMenuHasAParent() : voi
3030

3131
$menu
3232
->expects($this->once())
33-
->method('close');
33+
->method('closeThis');
3434

3535
$parent
3636
->expects($this->once())

0 commit comments

Comments
 (0)