Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
visa4 committed Jun 7, 2016
1 parent 6a09d89 commit 9228456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Listener/NightClubGirlRestListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function testOnPostUpdate()
$resource->setParam('id', 'test');
$imageService = new ImageEntity();
$resource->setParam('image', $imageService);
$imageService->setId('test');

/** @var $route TreeRouteStack */
$route = TreeRouteStack::factory($this->routeConfig);
Expand Down

0 comments on commit 9228456

Please sign in to comment.