Skip to content

Commit 0acb264

Browse files
Merge branch '3.4' into 4.3
* 3.4: Re-enable previously failing PHP 7.4 test cases Revert "bug #33618 fix tests depending on other components' tests (xabbuh)" install from source to include components tests
2 parents ec9fe6f + 717ad66 commit 0acb264

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/Resource/ClassExistenceResourceTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,12 @@ public function testExistsKo()
7575
}
7676
}
7777

78-
/**
79-
* @group issue-32995
80-
*
81-
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
82-
*/
8378
public function testBadParentWithTimestamp()
8479
{
8580
$res = new ClassExistenceResource(BadParent::class, false);
8681
$this->assertTrue($res->isFresh(time()));
8782
}
8883

89-
/**
90-
* @group issue-32995
91-
*
92-
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
93-
*/
9484
public function testBadParentWithNoTimestamp()
9585
{
9686
$this->expectException('ReflectionException');

0 commit comments

Comments
 (0)