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
1 change: 0 additions & 1 deletion tests/adapter/CookiesPsr7Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use yii2\extensions\psrbridge\tests\TestCase;

#[Group('adapter')]
#[Group('psr7-request')]
#[Group('cookies')]
final class CookiesPsr7Test extends TestCase
{
Expand Down
1 change: 0 additions & 1 deletion tests/adapter/HeadersPsr7Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use yii2\extensions\psrbridge\tests\TestCase;

#[Group('adapter')]
#[Group('psr7-request')]
final class HeadersPsr7Test extends TestCase
{
#[Group('csrf-token')]
Expand Down
2 changes: 1 addition & 1 deletion tests/adapter/ResponseAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use function unlink;
use function urlencode;

#[Group('http')]
#[Group('adapter')]
final class ResponseAdapterTest extends TestCase
{
protected function tearDown(): void
Expand Down
1 change: 0 additions & 1 deletion tests/adapter/ServerParamsPsr7Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use function var_export;

#[Group('adapter')]
#[Group('psr7-request')]
final class ServerParamsPsr7Test extends TestCase
{
#[Group('remote-host')]
Expand Down
Loading