Skip to content

Commit 1026d87

Browse files
authored
Reorder use statements in ApplicationAvailabilityFunctionalTest
1 parent aa74470 commit 1026d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ checks that all application URLs load successfully::
403403
// tests/ApplicationAvailabilityFunctionalTest.php
404404
namespace App\Tests;
405405

406-
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
407406
use PHPUnit\Framework\Attributes\DataProvider;
408-
407+
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
408+
409409
class ApplicationAvailabilityFunctionalTest extends WebTestCase
410410
{
411411
#[DataProvider('urlProvider')]

0 commit comments

Comments
 (0)