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