Haehnchen/idea-php-phpunit-plugin

Provide expectedException generator for given method scope

Haehnchen opened this issue · 0 comments

/**
* @expectedException
*/
function testCollectExceptions()
{
$foo->throwsException()
}