Skip to content

Commit 7207a96

Browse files
committed
CS fix
1 parent fc0089c commit 7207a96

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Tests/DependencyInjection/AlertifyExtensionTest.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ public function testContexts()
3838
$container = new ContainerBuilder();
3939
$loader = new TroopersAlertifyExtension();
4040
$loader->load([[
41-
'contexts' => [
42-
'front' => [
43-
'engine' => 'notie',
44-
'options' => [
45-
'animationDelay' => 300,
46-
],
47-
],
48-
'back' => [
49-
'engine' => 'pushjs',
50-
'translationDomain' => 'admin',
41+
'contexts' => [
42+
'front' => [
43+
'engine' => 'notie',
44+
'options' => [
45+
'animationDelay' => 300,
5146
],
5247
],
53-
'default' => [
54-
'engine' => 'notie',
55-
], ]], $container);
48+
'back' => [
49+
'engine' => 'pushjs',
50+
'translationDomain' => 'admin',
51+
],
52+
],
53+
'default' => [
54+
'engine' => 'notie',
55+
], ]], $container);
5656
$this->assertSame([
5757
'contexts' => [
5858
'front' => [

0 commit comments

Comments
 (0)