Skip to content

Commit

Permalink
phpunit Filter BlockTest setUp return fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Nov 8, 2023
1 parent 8b67bd2 commit 554eac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/FacetedSearch/Filters/BlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class BlockTest extends MockeryTestCase
/** @var Block */
private $block;

protected function setUp()
protected function setUp(): void
{
$mock = Mockery::mock(Configuration::class);

Expand Down

0 comments on commit 554eac9

Please sign in to comment.