mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
DX: apply rector rules for phpunit up to 90
This commit is contained in:
@@ -169,9 +169,7 @@ final class StoredObjectManagerTest extends TestCase
|
||||
$response = new stdClass();
|
||||
$response->url = $storedObject->getFilename();
|
||||
|
||||
$tempUrlGenerator = $this
|
||||
->getMockBuilder(TempUrlGeneratorInterface::class)
|
||||
->getMock();
|
||||
$tempUrlGenerator = $this->createMock(TempUrlGeneratorInterface::class);
|
||||
|
||||
$tempUrlGenerator
|
||||
->method('generate')
|
||||
|
Reference in New Issue
Block a user