Pattern: Use of @expectedExcpetion
tag
Issue: -
Checks that the PHPunit @expectedExcpetion
tags are not used. Use $this->setExpectedException()
or $this->expectException()
instead.
Pattern: Use of @expectedExcpetion
tag
Issue: -
Checks that the PHPunit @expectedExcpetion
tags are not used. Use $this->setExpectedException()
or $this->expectException()
instead.