Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 10, 2024
1 parent e5229df commit e92cc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Filter/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function testFilter(): void
static::assertSame(TextType::class, $filter->getFieldType());
static::assertSame([], $filter->getFieldOptions());
static::assertNull($filter->getLabel());
static::assertNull($filter->getTranslationDomain());
static::assertSame([], $filter->getLabelTranslationParameters());

$options = [
'label' => 'foo',
Expand Down

0 comments on commit e92cc9b

Please sign in to comment.