#1169 DDC-3343 - importing used classe
This commit is contained in:
parent
ed0331d25a
commit
ff986a9bf5
1 changed files with 2 additions and 1 deletions
|
@ -4,11 +4,12 @@ namespace Doctrine\Tests\ORM\Functional\Ticket;
|
|||
|
||||
use Doctrine\Tests\Models\Tweet\Tweet;
|
||||
use Doctrine\Tests\Models\Tweet\User;
|
||||
use Doctrine\Tests\OrmFunctionalTestCase;
|
||||
|
||||
/**
|
||||
* @group DDC-3343
|
||||
*/
|
||||
class DDC3343Test extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||
class DDC3343Test extends OrmFunctionalTestCase
|
||||
{
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
|
|
Loading…
Add table
Reference in a new issue