public function testRunApp() { $this->_application->expects($this->once())->method('run'); $this->_object->runApp(); }