Code style fixes
This commit is contained in:
parent
6891b8a75f
commit
047311c481
25 changed files with 946 additions and 1017 deletions
|
|
@ -95,10 +95,10 @@ class ProjectTest extends \PHPUnit_Framework_TestCase
|
|||
*/
|
||||
public function testExecute_TestProjectAccessInformation()
|
||||
{
|
||||
$info = array(
|
||||
$info = [
|
||||
'item1' => 'Item One',
|
||||
'item2' => 2,
|
||||
);
|
||||
];
|
||||
|
||||
$project = new Project();
|
||||
$project->setAccessInformation($info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue