Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Mar 25, 2019
1 parent c3e4f07 commit 2e0a846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function testWrongInterfaceCallWithDisabledDeveloperMode($shared)
$this->returnValue($notObserver)
);
$this->_appStateMock->expects(
$this->exactly(2)
$this->exactly(1)
)->method(
'getMode'
)->will(
Expand Down

0 comments on commit 2e0a846

Please sign in to comment.