Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Improved compatibility to PHPUnit 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 2, 2017
1 parent 76d557d commit c461d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/tests/MW/View/Helper/Response/SlimTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testCreateStreamFilename()

public function testCreateStreamInvalid()
{
$this->setExpectedException( '\Exception' );
$this->expectException( '\Exception' );
$this->object->createStream( -1 );
}
}

0 comments on commit c461d9b

Please sign in to comment.