Skip to content

Commit 30f8ffe

Browse files
committed
temp
1 parent 105e29a commit 30f8ffe

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed

tests/Fixtures/TestBundle/Document/SuperHero.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

tests/Functional/Parameters/PartialSearchFilterPlaceholderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ protected function setUp(): void
4949
#[DataProvider('partialFilterParameterProvider')]
5050
public function testPartialFilterPlaceholder(string $url, int $expectedCount, array $expectedNames): void
5151
{
52+
if ($this->isMongoDB()) {
53+
$this->markTestSkipped('MongoDB not tested.');
54+
}
55+
5256
$response = self::createClient()->request('GET', $url);
5357

5458
$this->assertResponseIsSuccessful();

0 commit comments

Comments
 (0)