Beispiel #1
0
 public function case_get_raw_message()
 {
     $this->given($message = 'foo %s', $exception = new SUT($message))->when($result = $exception->getRawMessage())->then->string($result)->isEqualTo($message);
 }