mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-19 12:18:05 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -28,6 +28,7 @@ use Psr\Log\NullLogger;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
class GeneratorTest extends TestCase
|
||||
@@ -71,7 +72,6 @@ class GeneratorTest extends TestCase
|
||||
$storedObjectManager->read($templateStoredObject)->willReturn('template');
|
||||
$storedObjectManager->write($destinationStoredObject, 'generated')->shouldBeCalled();
|
||||
|
||||
|
||||
$generator = new Generator(
|
||||
$contextManagerInterface->reveal(),
|
||||
$driver->reveal(),
|
||||
|
||||
Reference in New Issue
Block a user