From 401971b5862f4c3b00beace3ef3b25a1a6547d3e Mon Sep 17 00:00:00 2001 From: Harish Toshniwal Date: Wed, 27 Feb 2019 05:12:05 +0530 Subject: [PATCH] update phpunit --- CHANGELOG.md | 3 +++ tests/GoogleTranslateTest.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86abcb4..d8dd3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/GoogleTranslateTest.php b/tests/GoogleTranslateTest.php index c2346ff..05d66f1 100644 --- a/tests/GoogleTranslateTest.php +++ b/tests/GoogleTranslateTest.php @@ -24,7 +24,7 @@ public function setUp(): void $this->translate = new GoogleTranslate($this->translateClient); } - public function tearDown() + public function tearDown(): void { Mockery::close(); }