File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \CacheWarmer ;
13
13
14
- use PHPUnit \Framework \Warning ;
15
14
use Symfony \Bundle \FrameworkBundle \CacheWarmer \ValidatorCacheWarmer ;
16
15
use Symfony \Bundle \FrameworkBundle \Tests \TestCase ;
17
16
use Symfony \Component \Cache \Adapter \ArrayAdapter ;
22
21
23
22
class ValidatorCacheWarmerTest extends TestCase
24
23
{
24
+ /**
25
+ * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
26
+ */
25
27
public function testWarmUp ()
26
28
{
27
- if (\PHP_VERSION_ID >= 70400 ) {
28
- throw new Warning ('PHP 7.4 breaks this test, see https://bugs.php.net/78351. ' );
29
- }
30
-
31
29
$ validatorBuilder = new ValidatorBuilder ();
32
30
$ validatorBuilder ->addXmlMapping (__DIR__ .'/../Fixtures/Validation/Resources/person.xml ' );
33
31
$ validatorBuilder ->addYamlMapping (__DIR__ .'/../Fixtures/Validation/Resources/author.yml ' );
You can’t perform that action at this time.
0 commit comments