mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-06 09:28:57 +02:00
Fix 'covers' annotations
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user