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 \NullAdapter ;
21
20
22
21
class ValidatorCacheWarmerTest extends TestCase
23
22
{
23
+ /**
24
+ * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
25
+ */
24
26
public function testWarmUp ()
25
27
{
26
- if (\PHP_VERSION_ID >= 70400 ) {
27
- throw new Warning ('PHP 7.4 breaks this test, see https://bugs.php.net/78351. ' );
28
- }
29
-
30
28
$ validatorBuilder = new ValidatorBuilder ();
31
29
$ validatorBuilder ->addXmlMapping (__DIR__ .'/../Fixtures/Validation/Resources/person.xml ' );
32
30
$ validatorBuilder ->addYamlMapping (__DIR__ .'/../Fixtures/Validation/Resources/author.yml ' );
You can’t perform that action at this time.
0 commit comments