@@ -7,7 +7,6 @@ |
||
7 | 7 | use Fenos\Notifynder\Categories\CategoryManager; |
8 | 8 | use Fenos\Notifynder\Models\NotificationCategory; |
9 | 9 | use PhpSpec\ObjectBehavior; |
10 | -use Prophecy\Argument; |
|
11 | 10 | |
12 | 11 | class NotifynderBuilderSpec extends ObjectBehavior |
13 | 12 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Fenos\Notifynder\Exceptions\CategoryNotFoundException; |
7 | 7 | use Fenos\Notifynder\Models\NotificationCategory; |
8 | 8 | use PhpSpec\ObjectBehavior; |
9 | -use Prophecy\Argument; |
|
10 | 9 | |
11 | 10 | class CategoryManagerSpec extends ObjectBehavior |
12 | 11 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Fenos\Notifynder\Exceptions\NotifynderGroupNotFoundException; |
8 | 8 | use Fenos\Notifynder\Models\NotificationGroup; |
9 | 9 | use PhpSpec\ObjectBehavior; |
10 | -use Prophecy\Argument; |
|
11 | 10 | |
12 | 11 | class GroupManagerSpec extends ObjectBehavior |
13 | 12 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Fenos\Notifynder\NotifynderManager; |
7 | 7 | use Illuminate\Contracts\Events\Dispatcher; |
8 | 8 | use PhpSpec\ObjectBehavior; |
9 | -use Prophecy\Argument; |
|
10 | 9 | |
11 | 10 | class DispatcherSpec extends ObjectBehavior |
12 | 11 | { |
@@ -6,9 +6,7 @@ |
||
6 | 6 | use Fenos\Notifynder\Exceptions\NotificationNotFoundException; |
7 | 7 | use Fenos\Notifynder\Models\Notification; |
8 | 8 | use Fenos\Notifynder\Models\NotifynderCollection; |
9 | -use Illuminate\Database\Eloquent\Collection; |
|
10 | 9 | use PhpSpec\ObjectBehavior; |
11 | -use Prophecy\Argument; |
|
12 | 10 | |
13 | 11 | class NotificationManagerSpec extends ObjectBehavior |
14 | 12 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Fenos\Notifynder\Exceptions\ExtraParamsException; |
6 | 6 | use Fenos\Notifynder\Parsers\NotifynderParser; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | |
10 | 9 | class NotifynderParserSpec extends ObjectBehavior |
11 | 10 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Fenos\Notifynder\Senders\SendMultiple; |
9 | 9 | use Fenos\Notifynder\Senders\SendOne; |
10 | 10 | use PhpSpec\ObjectBehavior; |
11 | -use Prophecy\Argument; |
|
12 | 11 | |
13 | 12 | class SenderFactorySpec extends ObjectBehavior |
14 | 13 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Fenos\Notifynder\Senders\SenderFactory; |
9 | 9 | use Illuminate\Contracts\Foundation\Application; |
10 | 10 | use PhpSpec\ObjectBehavior; |
11 | -use Prophecy\Argument; |
|
12 | 11 | |
13 | 12 | class SenderManagerSpec extends ObjectBehavior |
14 | 13 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Fenos\Notifynder\Contracts\StoreNotification; |
6 | 6 | use PhpSpec\ObjectBehavior; |
7 | -use Prophecy\Argument; |
|
8 | 7 | |
9 | 8 | class SendMultipleSpec extends ObjectBehavior |
10 | 9 | { |