Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Dec 24, 2023
2 parents e1fadd7 + d89e278 commit 7ed57aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/Unit/CloudflarePagesMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

declare(strict_types=1);

use Illuminate\Http\Client\Request;
use Illuminate\Http\Client\Response;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Route;
use Yediyuz\CloudflareCache\CloudflareCache;
use Yediyuz\CloudflareCache\Mixins\CloudflareRouterMixin;


test('cache bulunmayan sayfalarda session cookie mevcut olmalıdır', function () {
$response = $this->get(route('cloudflare_cache.home'));

Expand Down

0 comments on commit 7ed57aa

Please sign in to comment.