Skip to content

Commit

Permalink
Tests: fix doctrine isDevMode
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 3, 2024
1 parent 8270369 commit 094bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cases/DataSources/DoctrineDataSourceTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class DoctrineDataSourceTest extends BaseDataSourceTest
{
$this->setUpDatabase();

$config = Setup::createAnnotationMetadataConfiguration([__DIR__ . '/tmp']);
$config = Setup::createAnnotationMetadataConfiguration([__DIR__ . '/tmp'], true);
$entityManager = EntityManager::create($this->db, $config);

$queryBuilder = $entityManager->getRepository('Contributte\\Datagrid\\Tests\\Cases\\DataSources\\User')->createQueryBuilder('e');
Expand Down

0 comments on commit 094bfc4

Please sign in to comment.