File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff 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 ' => [
You can’t perform that action at this time.
0 commit comments