Skip to content

Commit 46c6fea

Browse files
committed
Clean skippable tests that are never skipped
1 parent 9be0ea3 commit 46c6fea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/DependencyInjection/DebugExtensionTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ public function testLoadWithoutConfiguration()
4343

4444
public function testUnsetClosureFileInfoShouldBeRegisteredInVarCloner()
4545
{
46-
if (!method_exists(ReflectionCaster::class, 'unsetClosureFileInfo')) {
47-
$this->markTestSkipped('Method not available');
48-
}
49-
5046
$container = $this->createContainer();
5147
$container->registerExtension(new DebugExtension());
5248
$container->loadFromExtension('debug', []);

0 commit comments

Comments
 (0)