1
0
mirror of synced 2025-01-19 15:01:40 +03:00

#1120 - test coverage annotations

This commit is contained in:
Marco Pivetta 2014-10-19 18:22:28 +02:00
parent 0f289a1270
commit db74efbe34

View File

@ -2,14 +2,18 @@
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\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
{
/**