/** * @expectedException BadMethodCallException */ public function testShouldThrowExceptionIfInterfaceNameIsNotPassedToMagicFactoryMethodForBinderAddition() { $injector = new Horde_Injector($this->_getTopLevelNeverCalledMock()); $injector->bindMock(); }