Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 11, 2020
1 parent c97161a commit 3c08887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@

class Swift_FileByteStreamConsecutiveReadCalls extends \PHPUnit\Framework\TestCase
{
public function shouldThrowExceptionOnConsecutiveRead()
public function testShouldThrowExceptionOnConsecutiveRead()
{
$this->expectException(\Swift_IoException::class);

Expand Down

0 comments on commit 3c08887

Please sign in to comment.