@@ -17,12 +17,12 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function it_uses_app_themes_filesystem_as_the_default_source() |
| 19 | 19 | { |
| 20 | - $this->assertProcessedConfigurationEquals( |
|
| 21 | - [ |
|
| 22 | - [], |
|
| 23 | - ], |
|
| 24 | - ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]] |
|
| 25 | - ); |
|
| 20 | + $this->assertProcessedConfigurationEquals( |
|
| 21 | + [ |
|
| 22 | + [], |
|
| 23 | + ], |
|
| 24 | + ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]] |
|
| 25 | + ); |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |