Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 7965090

Browse files
committed
Get rid of no longer unused prepare() method
1 parent f7deb7e commit 7965090

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/HipChatChannelTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ public function test_it_throws_exception_if_room_is_missing()
7676
$channel = new HipChatChannel($hipChat);
7777
$channel->send(new TestNotifiable(null), new TestMessageNotification());
7878
}
79-
80-
protected function prepare()
81-
{
82-
$hipChat = Mockery::mock(HipChat::class);
83-
$channel = new HipChatChannel($hipChat);
84-
$notifiable = new TestNotifiable;
85-
86-
return [$channel, $hipChat, $notifiable];
87-
}
8879
}
8980

9081
class TestNotifiable

0 commit comments

Comments
 (0)