protected function setUp()
 {
     $this->container = $this->getMock('IDependencyInjectionContainer');
     $this->object = new ControllerStub_ControllerSuite();
     $this->object->setContainer($this->container);
 }