예제 #1
0
파일: Expect.php 프로젝트: rafeca/Spec-PHP
 /**
  * Perform the assertion for the configured expression.
  *
  * @throws \RuntimeException
  */
 public function doAssert()
 {
     $matcher = $this->expression->build();
     $this->subject->doAssert($matcher, $this->message);
 }