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 22d9135 commit 790bd17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Documentation/BlendingOrm/BlendingOrmTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\Events;
use Doctrine\ORM\ORMSetup;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;

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

0 comments on commit 790bd17

Please sign in to comment.