| 1 | <?php |
||
| 7 | class ApplicationTest extends TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @covers \PHPSA\Application::__construct |
||
| 11 | */ |
||
| 12 | public function testConstructor() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @covers \PHPSA\Application::getConfiguration |
||
| 24 | */ |
||
| 25 | public function testGetConfiguration() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @covers \PHPSA\Application::getIssuesCollector |
||
| 34 | */ |
||
| 35 | public function testGetIssueCollector() |
||
| 41 | } |
||
| 42 |