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:
@@ -16,6 +16,7 @@ use malkusch\phpmock\MockBuilder;
|
||||
* @uses malkusch\phpmock\MockBuilder
|
||||
* @uses Mage\Console
|
||||
* @uses Mage\Console\Colors
|
||||
* @uses Mage\Command\AbstractCommand
|
||||
*/
|
||||
class CompileCommandTest extends BaseTest
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -173,6 +173,7 @@ class LockCommandTest extends BaseTest
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::__construct
|
||||
* @covers ::run
|
||||
* @dataProvider lockCommandProvider
|
||||
*/
|
||||
|
||||
@@ -98,6 +98,7 @@ class UnlockCommandTest extends BaseTest
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::__construct
|
||||
* @covers ::run
|
||||
* @dataProvider runProvider
|
||||
*/
|
||||
|
||||
@@ -8,16 +8,18 @@ use MageTest\TestHelper\BaseTest;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
|
||||
/**
|
||||
* @coversDefaultClass Mage\Command\BuiltIn\VersionCommands
|
||||
* @coversDefaultClass Mage\Command\BuiltIn\VersionCommand
|
||||
* @group Mage_Command_BuildIn_VersionCommand
|
||||
* @uses Mage\Console
|
||||
* @uses Mage\Console\Colors
|
||||
* @uses Mage\Command\AbstractCommand
|
||||
*/
|
||||
class VersionCommandTest extends BaseTest
|
||||
{
|
||||
/**
|
||||
* @group 175
|
||||
* @covers Mage\Command\BuiltIn\VersionCommand::run()
|
||||
* @covers ::__construct
|
||||
* @covers ::run()
|
||||
*/
|
||||
public function testRun()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user