Skip to content

Commit

Permalink
Tests: Skip MongoTest for pdo saver
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 9, 2021
1 parent 92b7d8c commit 82d4d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Saver/MongoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class MongoTest extends TestCase
{
public function testSave(): void
{
$this->skipIfPdo('This is MongoDB test');

$data = $this->loadFixture('normalized.json');

$collection = $this->getMockBuilder(MongoCollection::class)
Expand Down

0 comments on commit 82d4d39

Please sign in to comment.