Skip to content

Commit

Permalink
Fixed test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 8, 2023
1 parent 2343976 commit fe40f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
class ClientTest extends TestCase
{
protected function tearDown()
protected function tearDown(): void
{
Mockery::close();
}
Expand Down

0 comments on commit fe40f49

Please sign in to comment.