Beispiel #1
0
 /**
  * Perform the assertion for the configured expression.
  *
  * @throws \RuntimeException
  */
 public function doAssert()
 {
     $matcher = $this->expression->build();
     $this->subject->doAssert($matcher, $this->message);
 }