We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa74470 commit 1026d87Copy full SHA for 1026d87
best_practices.rst
@@ -403,9 +403,9 @@ checks that all application URLs load successfully::
403
// tests/ApplicationAvailabilityFunctionalTest.php
404
namespace App\Tests;
405
406
- use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
407
use PHPUnit\Framework\Attributes\DataProvider;
408
-
+ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
+
409
class ApplicationAvailabilityFunctionalTest extends WebTestCase
410
{
411
#[DataProvider('urlProvider')]
0 commit comments