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:
@@ -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