public function testNonMatchingObjectManager() { $this ->setExpectedException('RuntimeException'); $om = $this ->getMock('Doctrine\\Common\\Persistence\\ObjectManager'); $this->object ->injectObjectManager($om, $this->cm); }