Example #1
0
 /**
  * Test description.
  *
  * @return void
  * @expectedException \InvalidArgumentException
  */
 public function testReplaceObjectFailure()
 {
     $this->_application->replaceObject('bad_service', function () {
     });
 }