Fix 'covers' annotations

This commit is contained in:
Jakub Turek
2015-05-16 22:20:20 +02:00
parent 8a5f0ee23e
commit b9cf2d1058
5 changed files with 9 additions and 2 deletions
@@ -93,6 +93,7 @@ class ListCommandTest extends BaseTest
}
/**
* @covers ::__construct
* @covers ::run
* @covers ::listEnvironments
* @dataProvider listEnvironmentsProvider
@@ -109,6 +110,7 @@ class ListCommandTest extends BaseTest
}
/**
* @covers ::__construct
* @covers ::run
*/
public function testRunWithInvalidCommand()