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 adb96e6 commit 166772eCopy full SHA for 166772e
Tests/FormTest.php
@@ -12,12 +12,15 @@
12
namespace Symfony\Component\DomCrawler\Tests;
13
14
use PHPUnit\Framework\TestCase;
15
+use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
16
use Symfony\Component\DomCrawler\Form;
17
use Symfony\Component\DomCrawler\FormFieldRegistry;
18
19
class FormTest extends TestCase
20
{
- public static function setUpBeforeClass()
21
+ use ForwardCompatTestTrait;
22
+
23
+ private static function doSetUpBeforeClass()
24
25
// Ensure that the private helper class FormFieldRegistry is loaded
26
class_exists('Symfony\\Component\\DomCrawler\\Form');
0 commit comments