From b074662e6a733127be533a724ea83097eacc8017 Mon Sep 17 00:00:00 2001 From: Glenn Michael Torregosa Date: Sun, 21 Mar 2021 09:20:59 +0800 Subject: [PATCH] chore: remove comments --- tests/CloudFrontTest.php | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/tests/CloudFrontTest.php b/tests/CloudFrontTest.php index 30f2f67..34f930b 100644 --- a/tests/CloudFrontTest.php +++ b/tests/CloudFrontTest.php @@ -1,37 +1,5 @@ client = $this->getMockBuilder(CloudFrontClient::class) -// ->disableOriginalConstructor() -// ->getMock(); -// } - -// /** @test */ -// public function it_can_bust_a_cache_item() -// { -// $this->markTestIncomplete(); -// } -// } - use Illuminate\Support\Facades\Http; use Illuminate\Support\Str; use Meema\CloudFront\Facades\CloudFront;