Skip to content

Commit

Permalink
EZP-31642: Unit tests ezsystems#2
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Sep 30, 2020
1 parent d62bae4 commit 5203c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lib/Configuration/Provider/AlloyEditorTest.php
Expand Up @@ -72,6 +72,7 @@ public function testGetConfiguration(): void
'toolbars' => [],
'classes' => ['class1', 'class2'],
'attributes' => ['attr1', 'attr2'],
'nativeAttributes' => [],
],
$provider->getConfiguration()
);
Expand Down Expand Up @@ -110,6 +111,7 @@ public function testToolbarConfiguration(): void
],
'classes' => [],
'attributes' => [],
'nativeAttributes' => [],
],
$provider->getConfiguration()
);
Expand Down Expand Up @@ -156,6 +158,7 @@ public function testToolbarConfigurationPriority(): void
],
'classes' => [],
'attributes' => [],
'nativeAttributes' => [],
],
$provider->getConfiguration()
);
Expand Down Expand Up @@ -202,6 +205,7 @@ public function testToolbarConfigurationVisibility(): void
],
'classes' => [],
'attributes' => [],
'nativeAttributes' => [],
],
$provider->getConfiguration()
);
Expand Down

0 comments on commit 5203c5e

Please sign in to comment.