File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
declare (strict_types=1 );
3
3
4
- namespace TelegramBotTest \Methods \ examples \EchoBot ;
4
+ namespace TelegramBotTest \Examples \EchoBot ;
5
5
6
6
use TelegramBot \Entities \Update ;
7
- use TelegramBotTest \Methods \ examples \EchoBot \Plugins \MainPlugin ;
7
+ use TelegramBotTest \Examples \EchoBot \Plugins \MainPlugin ;
8
8
9
9
class Handler extends \TelegramBot \UpdateHandler
10
10
{
@@ -19,4 +19,4 @@ public function __process(Update $update): void
19
19
]);
20
20
}
21
21
22
- }
22
+ }
Original file line number Diff line number Diff line change 8
8
use TelegramBot \Plugin ;
9
9
use TelegramBot \Telegram ;
10
10
use TelegramBot \UpdateHandler ;
11
- use TelegramBotTest \Methods \ examples \EchoBot \Handler ;
11
+ use TelegramBotTest \Examples \EchoBot \Handler ;
12
12
13
13
class HandlerTest extends \PHPUnit \Framework \TestCase {
14
14
@@ -42,4 +42,4 @@ public function __process(Update $update): void {
42
42
));
43
43
}
44
44
45
- }
45
+ }
You can’t perform that action at this time.
0 commit comments