Exemplo n.º 1
0
 public function case_to_string()
 {
     $this->given($exception = new SUT('foo'))->when($result = $exception->__toString())->then->string($result)->isEqualTo($exception->raise());
 }