Skip to content

Commit

Permalink
MockeryTestCase extends setUp must return void
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Dec 5, 2023
1 parent 4cb8254 commit 16e97f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/FacetedSearch/Adapter/MySQLTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MySQLTest extends MockeryTestCase
{
private $adapter;

protected function setUp()
protected function setUp(): void
{
$this->adapter = new MySQL();

Expand Down

0 comments on commit 16e97f8

Please sign in to comment.