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

Commit

Permalink
Merge pull request zendframework#4826
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 14, 2013
2 parents 17f183a + 6a4f561 commit 54bf3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ZendTest/Di/DiCompatibilityTest.php
Original file line number Diff line number Diff line change
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 54bf3bf

Please sign in to comment.