Jednostka PHP oczekuj wyjątku

$this->expectException(InvalidArgumentException::class);
Tiago F2