@@ -27,12 +27,12 @@ |
||
27 | 27 | public function it_uses_app_themes_filesystem_as_the_default_source() |
28 | 28 | { |
29 | 29 | $this->assertProcessedConfigurationEquals( |
30 | - [ |
|
31 | - [], |
|
32 | - ], |
|
33 | - ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]], |
|
30 | + [ |
|
31 | + [], |
|
32 | + ], |
|
33 | + ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]], |
|
34 | 34 | 'sources' |
35 | - ); |
|
35 | + ); |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |