Permalink
Browse files
Fixes trailing comma (7.1 no likey)
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
tests/unit/Controller/EventTest.php
|
@@ -597,7 +597,7 @@ public function testGetEventsPassesResultToSerializer() |
|
|
|
->method('__invoke') |
|
|
|
->withConsecutive( |
|
|
|
[ $this->equalTo($mockEvents[0]) ], |
|
|
|
[ $this->equalTo($mockEvents[1]) ], |
|
|
|
[ $this->equalTo($mockEvents[1]) ] |
|
|
|
); |
|
|
|
|
|
|
|
$mockContainer = $this->createMock(Container::class); |
|
|
0 comments on commit
1118320