@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | // application.php |
3 | -require __DIR__ . '/../vendor/autoload.php'; |
|
3 | +require __DIR__.'/../vendor/autoload.php'; |
|
4 | 4 | |
5 | 5 | use StingerSoft\EntitySearchBundle\Command\ClearIndexCommand; |
6 | 6 | use StingerSoft\EntitySearchBundle\Command\SyncCommand; |
@@ -43,8 +43,8 @@ |
||
43 | 43 | 'get' |
44 | 44 | ))->disableOriginalConstructor()->getMock(); |
45 | 45 | |
46 | - $container->method('get')->willReturnCallback(function ($serviceId) use ($that) { |
|
47 | - switch($serviceId) { |
|
46 | + $container->method('get')->willReturnCallback(function($serviceId) use ($that) { |
|
47 | + switch ($serviceId) { |
|
48 | 48 | case 'kernel': |
49 | 49 | return $that; |
50 | 50 | case 'doctrine.orm.entity_manager': |