Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/EtagConditionalsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Werk365\EtagConditionals\Tests;

use PHPUnit\Framework\Attributes\Test;
use Illuminate\Http\Request;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
use Symfony\Component\HttpFoundation\Response;
use Werk365\EtagConditionals\EtagConditionals;

Expand Down
2 changes: 1 addition & 1 deletion tests/IfMatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Werk365\EtagConditionals\Tests;

use PHPUnit\Framework\Attributes\Test;
use Illuminate\Support\Facades\Config;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
use Werk365\EtagConditionals\Middleware\IfMatch;

final class IfMatchTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/IfNoneMatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Werk365\EtagConditionals\Tests;

use PHPUnit\Framework\Attributes\Test;
use Illuminate\Support\Facades\Config;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
use Werk365\EtagConditionals\Middleware\IfNoneMatch;

final class IfNoneMatchTest extends TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/SetEtagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Werk365\EtagConditionals\Tests;

use PHPUnit\Framework\Attributes\Test;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
use Werk365\EtagConditionals\Middleware\SetEtag;

final class SetEtagTest extends TestCase
Expand Down