Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmichael123 committed Mar 21, 2021
1 parent cfee594 commit b074662
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tests/CloudFrontTest.php
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
<?php

// namespace Meema\CloudFront\Tests;

// use Aws\CloudFront\CloudFrontClient;

// class CloudFrontTest extends CloudFrontTestCase
// {
// /**
// * @var \Aws\CloudFront\CloudFrontClient
// */
// protected $client;

// /**
// * Setup client and results.
// *
// * @return void
// */
// public function setUp(): void
// {
// parent::setUp();

// $this->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;
Expand Down

0 comments on commit b074662

Please sign in to comment.