Skip to content

Commit

Permalink
Do not test the logger interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 5, 2014
1 parent ffebdeb commit 21fb817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Locator.php
Expand Up @@ -159,6 +159,7 @@ public function location ($url = null, $response_code = null) {
*
* @param LoggerInterface $logger
* @return null
* @codeCoverageIgnore
*/
public function setLogger (\Psr\Log\LoggerInterface $logger) {
$this->logger = $logger;
Expand Down

0 comments on commit 21fb817

Please sign in to comment.