Skip to content

Commit

Permalink
Replace a short array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Jun 7, 2016
1 parent deb0914 commit b99018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/FOSRestExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ public static function getShowExceptionData()

public function testGetConfiguration()
{
$configuration = $this->extension->getConfiguration([], $this->container);
$configuration = $this->extension->getConfiguration(array(), $this->container);

$this->assertInstanceOf('FOS\RestBundle\DependencyInjection\Configuration', $configuration);
}
Expand Down

0 comments on commit b99018d

Please sign in to comment.