Exemplo n.º 1
0
 public function case_get_arguments_from_a_string()
 {
     $this->given($exception = new SUT('foo', 0, 'arg'))->when($result = $exception->getArguments())->then->array($result)->isEqualTo(['arg']);
 }