Skip to content

Commit

Permalink
dayofmonth added for postgresql - fixed array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
x86demon committed Nov 17, 2014
1 parent 9f3a52a commit 778037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Oro/Tests/ORM/AST/Query/Functions/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testDateFunction($type, $functionName, $functionClass, $dql, $sq
public function functionsDataProvider()
{
$platform = TestUtil::getPlatformName();
$data = [];
$data = array();
$files = new \FilesystemIterator(__DIR__ . '/fixtures/' . $platform, \FilesystemIterator::SKIP_DOTS);
foreach ($files as $file) {
$data = array_merge($data, Yaml::parse($file));
Expand Down

0 comments on commit 778037c

Please sign in to comment.