Skip to content

Commit

Permalink
ORM test requires pdo_sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jun 28, 2024
1 parent 748d082 commit 4d48133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Documentation/MappingOrmAndOdm/MappingOrmAndOdmTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
use Doctrine\ODM\MongoDB\Tests\BaseTestCase;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\ORMSetup;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;

#[RequiresPhpExtension('pdo_sqlite')]
class MappingOrmAndOdmTest extends BaseTestCase
{
public function testTest(): void
Expand Down

0 comments on commit 4d48133

Please sign in to comment.