1
0
mirror of synced 2025-01-08 10:07:10 +03:00

add missing use statement for SQL Server testsuite to work

This commit is contained in:
Steve Müller 2014-01-13 15:57:18 +01:00
parent 771da768ac
commit 3eced21a01

View File

@ -2,6 +2,7 @@
namespace Doctrine\Tests\ORM\Functional;
use Doctrine\DBAL\Platforms\SQLServerPlatform;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
use Doctrine\DBAL\Platforms\PostgreSqlPlatform;