Fix PHPUnit 6 & Codeception\Verify incompatibilities
[MAILPOET-2582]
This commit is contained in:
committed by
Jack Kitterhing
parent
aa05ae4132
commit
835d8bc0af
@ -38,7 +38,7 @@ class SingleSegmentLoaderTest extends \MailPoetTest {
|
||||
}
|
||||
|
||||
public function testItThrowsForUnknownSegment() {
|
||||
$this->setExpectedException('InvalidArgumentException');
|
||||
$this->expectException('InvalidArgumentException');
|
||||
$this->loader->load($this->segment->id + 11564564);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user