Skip to content

Commit

Permalink
update phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 26, 2019
1 parent 408b4f8 commit 401971b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All the notable changes to the Laravel Google Translate package are documented in this file:

## v2.0.3 (27-02-2019)
- update phpunit

## v2.0.2 (27-02-2019)
- update phpunit

Expand Down
2 changes: 1 addition & 1 deletion tests/GoogleTranslateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function setUp(): void
$this->translate = new GoogleTranslate($this->translateClient);
}

public function tearDown()
public function tearDown(): void
{
Mockery::close();
}
Expand Down

0 comments on commit 401971b

Please sign in to comment.