@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | $configurationFactory |
47 | 47 | ->expects($this->once()) |
48 | 48 | ->method('createActionConfiguration') |
49 | - ->with('list', [], 'tauntaun', $adminConfiguration) |
|
49 | + ->with('list', [], 'tauntaun', $adminConfiguration) |
|
50 | 50 | ->willReturn($actionConfiguration) |
51 | 51 | ; |
52 | 52 | |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | ]) |
82 | 82 | ; |
83 | 83 | |
84 | - $this->assertExceptionRaised(Exception::class, function () use ($factory, $adminConfiguration) { |
|
84 | + $this->assertExceptionRaised(Exception::class, function() use ($factory, $adminConfiguration) { |
|
85 | 85 | $factory->create('list', 'tauntaun', $adminConfiguration); |
86 | 86 | }); |
87 | 87 | } |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | $configurationFactory |
118 | 118 | ->expects($this->once()) |
119 | 119 | ->method('createActionConfiguration') |
120 | - ->with('list', [], 'tauntaun', $adminConfiguration) |
|
120 | + ->with('list', [], 'tauntaun', $adminConfiguration) |
|
121 | 121 | ->willReturn($actionConfiguration) |
122 | 122 | ; |
123 | 123 | |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | $configurationFactory |
128 | 128 | ); |
129 | 129 | |
130 | - $this->assertExceptionRaised(Exception::class, function () use ($factory, $adminConfiguration) { |
|
130 | + $this->assertExceptionRaised(Exception::class, function() use ($factory, $adminConfiguration) { |
|
131 | 131 | $factory->create('list', 'tauntaun', $adminConfiguration); |
132 | 132 | }); |
133 | 133 | } |