Fix namespace of BasicEntityPersisterTypeValueSqlTest
This commit is contained in:
parent
e8e830f10a
commit
cd6b584722
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Doctrine\Tests\ORM\Functional;
|
||||
namespace Doctrine\Tests\ORM\Persisters;
|
||||
|
||||
use Doctrine\DBAL\Types\Type as DBALType;
|
||||
use Doctrine\ORM\Persisters\BasicEntityPersister;
|
||||
|
|
Loading…
Add table
Reference in a new issue