mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
fix: Fix return types in tests.
This commit is contained in:
@@ -24,7 +24,7 @@ final class AbstractSearchTest extends \PHPUnit\Framework\TestCase
|
||||
*/
|
||||
private $stub;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->stub = $this->getMockForAbstractClass('Chill\MainBundle\Search\AbstractSearch');
|
||||
}
|
||||
|
@@ -26,7 +26,7 @@ final class SearchProviderTest extends TestCase
|
||||
*/
|
||||
private $search;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->search = new SearchProvider();
|
||||
|
||||
|
Reference in New Issue
Block a user