Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulandrieux committed Feb 18, 2020
1 parent fc0089c commit 7207a96
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Tests/DependencyInjection/AlertifyExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ public function testContexts()
$container = new ContainerBuilder();
$loader = new TroopersAlertifyExtension();
$loader->load([[
'contexts' => [
'front' => [
'engine' => 'notie',
'options' => [
'animationDelay' => 300,
],
],
'back' => [
'engine' => 'pushjs',
'translationDomain' => 'admin',
'contexts' => [
'front' => [
'engine' => 'notie',
'options' => [
'animationDelay' => 300,
],
],
'default' => [
'engine' => 'notie',
], ]], $container);
'back' => [
'engine' => 'pushjs',
'translationDomain' => 'admin',
],
],
'default' => [
'engine' => 'notie',
], ]], $container);
$this->assertSame([
'contexts' => [
'front' => [
Expand Down

0 comments on commit 7207a96

Please sign in to comment.