Skip to content

Commit cc2f480

Browse files
committed
Fix prefer-lowest build
1 parent aadcb7e commit cc2f480

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/EventListener/ConsoleListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ protected function setUp()
2626
->shouldBeCalled()
2727
->will(function ($arguments) use ($scope): void {
2828
$callable = $arguments[0];
29-
Assert::assertIsCallable($callable);
3029

3130
$callable($scope);
3231
});

test/EventListener/RequestListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ protected function setUp()
3333
->shouldBeCalled()
3434
->will(function ($arguments) use ($scope): void {
3535
$callable = $arguments[0];
36-
Assert::assertIsCallable($callable);
3736

3837
$callable($scope);
3938
});

0 commit comments

Comments
 (0)