Example #1
0
 private function plunderEnemyShip()
 {
     // run th' controller action
     $action = $this->config['action_name'];
     $this->controller->init();
     $this->controller->{$action}();
     $this->controller->postDispatch();
 }
 public function testPostDispatch()
 {
     $this->assertNull($this->controller->postDispatch());
 }