mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -245,7 +245,7 @@ final class SearchProviderTest extends TestCase
|
||||
private function createDefaultSearchService($result, $order)
|
||||
{
|
||||
$mock = $this
|
||||
->getMockForAbstractClass('Chill\MainBundle\Search\AbstractSearch');
|
||||
->getMockForAbstractClass(\Chill\MainBundle\Search\AbstractSearch::class);
|
||||
|
||||
//set the mock as default
|
||||
$mock->expects($this->any())
|
||||
@@ -267,7 +267,7 @@ final class SearchProviderTest extends TestCase
|
||||
private function createNonDefaultDomainSearchService($result, $order, $domain)
|
||||
{
|
||||
$mock = $this
|
||||
->getMockForAbstractClass('Chill\MainBundle\Search\AbstractSearch');
|
||||
->getMockForAbstractClass(\Chill\MainBundle\Search\AbstractSearch::class);
|
||||
|
||||
//set the mock as default
|
||||
$mock->expects($this->any())
|
||||
|
Reference in New Issue
Block a user