コード例 #1
0
 public function testRunApp()
 {
     $this->_application->expects($this->once())->method('run');
     $this->_object->runApp();
 }