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

Commit

Permalink
Merge pull request #4826 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 14, 2013
2 parents 40585a5 + 54bf3bf commit 8e5e76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ZendTest/Di/DiCompatibilityTest.php
Expand Up @@ -105,8 +105,8 @@ public function providesClassWithConstructionParameters()
{
$serviceManager = new \Zend\ServiceManager\ServiceManager;
$serviceManager->setService('EventManager', new \Zend\EventManager\EventManager);
$serviceManager->setService('Request', new \StdClass);
$serviceManager->setService('Response', new \StdClass);
$serviceManager->setService('Request', new \stdClass);
$serviceManager->setService('Response', new \stdClass);

return array(
array('Zend\Config\Config', array('array' => array())),
Expand Down

0 comments on commit 8e5e76f

Please sign in to comment.