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 c282f8f commit 408b4f8
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.2 (27-02-2019)
- update phpunit

## v2.0.1 (27-02-2019)
- patch fix

Expand Down
2 changes: 1 addition & 1 deletion tests/GoogleTranslateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GoogleTranslateTest extends TestCase

private $translate;

public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 408b4f8

Please sign in to comment.