diff --git a/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php b/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php index 20d5fb506f..8807b77ea8 100644 --- a/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php +++ b/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php @@ -59,7 +59,7 @@ class StopwatchTest extends \PHPUnit_Framework_TestCase array( 'foo' => $this->getMockBuilder('Symfony\Component\Stopwatch\StopwatchEvent') - ->setConstructorArgs([microtime(true) * 1000]) + ->setConstructorArgs(array(microtime(true) * 1000)) ->getMock()) );