You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -346,3 +373,14 @@ public function testLegacyAsXml()
346
373
$this->assertXmlStringEqualsXmlFile(self::$fixturesPath.'/command_asxml.txt', $command->asXml(), '->asXml() returns an XML representation of the command');
347
374
}
348
375
}
376
+
377
+
// In order to get an unbinded closure, we should create it outside a class
378
+
// scope It's not possible to unbind a closure (At least on PHP 5.6.7) even if
0 commit comments