1 | <?php |
||
7 | class ApplicationTest extends TestCase |
||
8 | { |
||
9 | /** |
||
10 | * @covers \PHPSA\Application::__construct |
||
11 | */ |
||
12 | public function testConstructor() |
||
19 | |||
20 | /** |
||
21 | * @covers \PHPSA\Application::getConfiguration |
||
22 | */ |
||
23 | public function testGetConfiguration() |
||
29 | |||
30 | /** |
||
31 | * @covers \PHPSA\Application::getIssuesCollector |
||
32 | */ |
||
33 | public function testGetIssueCollector() |
||
39 | } |
||
40 |