Skip to content

Commit

Permalink
Merge pull request #149 from strangebuzz/chore/cleanup
Browse files Browse the repository at this point in the history
Chore/cleanup
  • Loading branch information
COil authored Dec 29, 2024
2 parents e35d949 + cbf1cd0 commit 1ed1c40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion config/apache/microsymfony.ovh-le-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Letsencrypt for both www and non www domains to avoid a certificate error.
#
# Renew LE certificates with:
# > certbot --apache -d microsymfony.ovh -d www.microsymfony.ovh
# > certbot --apache -d microsymfony.ovh -d www.microsymfony.ovh
#
# or run:
# > make le-renew
Expand Down
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 1ed1c40

Please sign in to comment.