Skip to content

Commit 12eedb8

Browse files
Fix typo
1 parent 66a1bfb commit 12eedb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public function testThatCloningIsNotSupported()
710710
{
711711
$class = new \ReflectionClass('Symfony\Component\DependencyInjection\Container');
712712
$clone = $class->getMethod('__clone');
713-
if (PHP_VERSION_ID >= 540000) {
713+
if (PHP_VERSION_ID >= 50400) {
714714
$this->assertFalse($class->isCloneable());
715715
}
716716
$this->assertTrue($clone->isPrivate());

0 commit comments

Comments
 (0)