Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare( strict_types=1 ); |
||
15 | class StackOverflowSlackCommunicatorTest extends ParentTest |
||
16 | { |
||
17 | public array $results; |
||
18 | |||
19 | /** |
||
20 | * @throws SourceWatcherException |
||
21 | */ |
||
22 | public function setUp () : void |
||
28 | } |
||
29 | |||
30 | public function testCanNotSendToSlackChannel () : void |
||
34 | } |
||
35 | |||
36 | public function testCanSendToSlackChannel () : void |
||
43 |