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 66a1bfb commit 12eedb8Copy full SHA for 12eedb8
Tests/ContainerTest.php
@@ -710,7 +710,7 @@ public function testThatCloningIsNotSupported()
710
{
711
$class = new \ReflectionClass('Symfony\Component\DependencyInjection\Container');
712
$clone = $class->getMethod('__clone');
713
- if (PHP_VERSION_ID >= 540000) {
+ if (PHP_VERSION_ID >= 50400) {
714
$this->assertFalse($class->isCloneable());
715
}
716
$this->assertTrue($clone->isPrivate());
0 commit comments