|
From: Marcus B. <ma...@wo...> - 2008-08-20 17:09:48
|
Hi...
Kyohere Luke wrote:
> I want to check that a certain function throws an exception of a certain
> kind. How do I do this?
$this->expectException('TheExceptionClass');
// The code that throws...
>
> Thanks.
>
> Luke
yours, Marcus
|