Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
[zendframework/zendframework#1669] Added setServiceManager to applica…
Browse files Browse the repository at this point in the history
…tion mock

- Fixes testing issue
  • Loading branch information
weierophinney committed Jun 29, 2012
1 parent a512cd4 commit 40ce9ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/TestAsset/MockApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ public function getServiceManager()
return $this->serviceManager;
}

public function setServiceManager($serviceManager)
{
$this->serviceManager = $serviceManager;
return $this;
}

/**
* Get the request object
*
Expand Down

0 comments on commit 40ce9ee

Please sign in to comment.