Skip to content

Commit

Permalink
chore: remove CoversClass attributes from functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Dec 29, 2024
1 parent e35d949 commit f26efe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions tests/Functional/Controller/ComposerActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

namespace App\Tests\Functional\Controller;

use App\Controller\ComposerAction;
use PHPUnit\Framework\Attributes\CoversClass;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

#[CoversClass(ComposerAction::class)]
final class ComposerActionTest extends WebTestCase
{
/**
Expand Down
5 changes: 0 additions & 5 deletions tests/Functional/Controller/FormActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

namespace App\Tests\Functional\Controller;

use App\Controller\FormAction;
use App\Form\Type\RegisterForm;
use PHPUnit\Framework\Attributes\CoversClass;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

#[CoversClass(FormAction::class)]
#[CoversClass(RegisterForm::class)]
final class FormActionTest extends WebTestCase
{
private const FORM_SUBMIT_BUTTON_ID = 'register_form_save';
Expand Down

0 comments on commit f26efe1

Please sign in to comment.