mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Use short array declaration
This commit is contained in:
@@ -9,7 +9,7 @@ class sqlActionTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->mock = $this->getMock('module_report', array(), array(), '', false);
|
||||
$this->mock = $this->getMock('module_report', [], [], '', false);
|
||||
|
||||
$this->action = new module_report_sqlaction(self::$DI['app'], $this->mock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user