[DDC-3436] Convert short array syntax to legacy style
This commit is contained in:
parent
918d2910d9
commit
349966832f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class QueryExpressionVisitorTest extends \PHPUnit_Framework_TestCase
|
|||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
$this->visitor = new QueryExpressionVisitor(['o','p']);
|
||||
$this->visitor = new QueryExpressionVisitor(array('o','p'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue