Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ApplicationTest extends \PHPUnit\Framework\TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @var Application |
||
15 | */ |
||
16 | private $application; |
||
17 | |||
18 | /** |
||
19 | * |
||
20 | */ |
||
21 | protected function setUp(): void |
||
22 | { |
||
23 | $this->application = new Application(); |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * |
||
28 | */ |
||
29 | public function testCommand(): void |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | */ |
||
37 | public function testGetDefinitionClearsArguments(): void |
||
42 |