Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vo committed Jul 9, 2020
1 parent b49947d commit d990f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-bundle/tests/Picker/TablePickerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ private function createMenuTableProvider(array $modules, string $current, ItemIn

if ($menu) {
$expectedItems[] = ['picker'];
} else {
$menu = $this->createMock(ItemInterface::class);
}

foreach ($modules as $module) {
Expand Down

0 comments on commit d990f9a

Please sign in to comment.