#1120 - test coverage annotations
This commit is contained in:
parent
0f289a1270
commit
db74efbe34
@ -2,14 +2,18 @@
|
|||||||
|
|
||||||
namespace Doctrine\Tests\ORM\Tools\Console\Command;
|
namespace Doctrine\Tests\ORM\Tools\Console\Command;
|
||||||
|
|
||||||
use Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand;
|
|
||||||
use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper;
|
|
||||||
use Symfony\Component\Console\Tester\CommandTester;
|
|
||||||
use Symfony\Component\Console\Helper\HelperSet;
|
|
||||||
use Symfony\Component\Console\Application;
|
|
||||||
use Doctrine\Tests\OrmFunctionalTestCase;
|
|
||||||
use Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand;
|
use Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand;
|
||||||
|
use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper;
|
||||||
|
use Doctrine\Tests\OrmFunctionalTestCase;
|
||||||
|
use Symfony\Component\Console\Application;
|
||||||
|
use Symfony\Component\Console\Helper\HelperSet;
|
||||||
|
use Symfony\Component\Console\Tester\CommandTester;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests for {@see \Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand}
|
||||||
|
*
|
||||||
|
* @covers \Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand
|
||||||
|
*/
|
||||||
class MappingDescribeCommandTest extends OrmFunctionalTestCase
|
class MappingDescribeCommandTest extends OrmFunctionalTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user