@@ -5,7 +5,6 @@ |
||
5 | 5 | use TelegramBot\BotInterface; |
6 | 6 | use TelegramBot\BotFactory; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | |
10 | 9 | class BotFactorySpec extends ObjectBehavior |
11 | 10 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use TelegramBot\Bot; |
6 | 6 | use TelegramBot\APIPollClient; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | |
10 | 9 | class BotSpec extends ObjectBehavior |
11 | 10 | { |
@@ -2,10 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace spec\TelegramBot; |
4 | 4 | |
5 | -use TelegramBot\BotInterface; |
|
6 | 5 | use TelegramBot\ReactRunner; |
7 | 6 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 7 | |
10 | 8 | class ReactRunnerSpec extends ObjectBehavior |
11 | 9 | { |