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 24a60c0 commit 717ad66Copy full SHA for 717ad66
Tests/Resource/ClassExistenceResourceTest.php
@@ -75,22 +75,12 @@ public function testExistsKo()
75
}
76
77
78
- /**
79
- * @group issue-32995
80
- *
81
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
82
- */
83
public function testBadParentWithTimestamp()
84
{
85
$res = new ClassExistenceResource(BadParent::class, false);
86
$this->assertTrue($res->isFresh(time()));
87
88
89
90
91
92
93
94
public function testBadParentWithNoTimestamp()
95
96
$this->expectException('ReflectionException');
0 commit comments