Skip to content

Commit

Permalink
fixed php 7.2 - 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Apr 1, 2021
1 parent faeada5 commit 2bc568f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestCase-5.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ public function testNone()
$this->assertFalse(false);
}

public function expectException()
public function expectException($exception)
{
}

public function expectExceptionMessage()
public function expectExceptionMessage($message)
{
}
}

0 comments on commit 2bc568f

Please sign in to comment.