From 1559e5945d54ce9efcfe1f7f368abda49cb6f429 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 4 Aug 2016 11:00:25 +0100 Subject: [PATCH] Remove setEventExpectations override --- tests/Bus/Jobs/System/SendBeaconJobTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/Bus/Jobs/System/SendBeaconJobTest.php b/tests/Bus/Jobs/System/SendBeaconJobTest.php index dd0963d8..90ae3023 100644 --- a/tests/Bus/Jobs/System/SendBeaconJobTest.php +++ b/tests/Bus/Jobs/System/SendBeaconJobTest.php @@ -25,14 +25,6 @@ class SendBeaconJobTest extends AbstractTestCase { use JobTrait; - /** - * @before - */ - public function setEventExpectations() - { - $this->onlyExpectsEvents([]); - } - protected function getObjectAndParams() { $params = [];