@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\LIN3S\WPFoundation\Configuration\Translations; |
13 | 13 | |
14 | 14 | use LIN3S\WordPressPhpSpecBridge\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * Spec of Translations class. |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | { |
24 | 24 | function let() |
25 | 25 | { |
26 | - $this->beConstructedWith([]); |
|
26 | + $this->beConstructedWith([ ]); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | function it_is_initializable() |
@@ -33,6 +33,6 @@ discard block |
||
33 | 33 | |
34 | 34 | function its_toolbars() |
35 | 35 | { |
36 | - $this->toolbars([])->shouldBeArray(); |
|
36 | + $this->toolbars([ ])->shouldBeArray(); |
|
37 | 37 | } |
38 | 38 | } |