コード例 #1
0
 /**
  * Put the test into a pending state. Halts test execution when
  * called
  *
  * @throws \Peridot\Core\Exception\PendingException
  */
 public function pend()
 {
     $this->test->setPending(true);
     throw new PendingException();
 }