Skip to content

Commit

Permalink
Fixed test (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Nov 12, 2024
1 parent b249395 commit f574798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/N98/Magento/ModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function filter($option = null, $value = null)
}

$input
->expects(self::at($i++))
->expects(self::any())
->method('getOption')
->with($opt)
->willReturn($val);
Expand Down

0 comments on commit f574798

Please sign in to comment.