Example #1
0
 /**
  * Abort command execution with a given error message
  *
  * @param string $message
  */
 protected function abort_command($message)
 {
     $this->call('migrate:reset');
     $this->error($message);
     $this->mockably->mockable_die();
 }