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 9be0ea3 commit 46c6feaCopy full SHA for 46c6fea
Tests/DependencyInjection/DebugExtensionTest.php
@@ -43,10 +43,6 @@ public function testLoadWithoutConfiguration()
43
44
public function testUnsetClosureFileInfoShouldBeRegisteredInVarCloner()
45
{
46
- if (!method_exists(ReflectionCaster::class, 'unsetClosureFileInfo')) {
47
- $this->markTestSkipped('Method not available');
48
- }
49
-
50
$container = $this->createContainer();
51
$container->registerExtension(new DebugExtension());
52
$container->loadFromExtension('debug', []);
0 commit comments