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 deb0914 commit b99018dCopy full SHA for b99018d
Tests/DependencyInjection/FOSRestExtensionTest.php
@@ -642,7 +642,7 @@ public static function getShowExceptionData()
642
643
public function testGetConfiguration()
644
{
645
- $configuration = $this->extension->getConfiguration([], $this->container);
+ $configuration = $this->extension->getConfiguration(array(), $this->container);
646
647
$this->assertInstanceOf('FOS\RestBundle\DependencyInjection\Configuration', $configuration);
648
}
0 commit comments