예제 #1
0
파일: Unit.php 프로젝트: lisong/incubator
 /**
  * @param mixed  $exceptionName
  * @param string $exceptionMessage
  * @param int    $exceptionCode
  */
 public function setExpectedException($exceptionName, $exceptionMessage = '', $exceptionCode = null)
 {
     $this->test->setExpectedException($exceptionName, $exceptionMessage, $exceptionCode);
 }