Skip to content

Commit

Permalink
Fix coding standard issues after phpcs update
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 15, 2020
1 parent c746974 commit 393bcd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tests/TestCase/Controller/ReportsControllerTest.php
Expand Up @@ -253,7 +253,8 @@ public function testMassAction()
'reports' => [
'1',
'5',
], 'state' => 'incorrect_state'
],
'state' => 'incorrect_state'
]
);

Expand Down Expand Up @@ -296,7 +297,8 @@ public function testMassAction()
'reports' => [
1,
5,
], 'state' => 'resolved'
],
'state' => 'resolved'
]
);

Expand Down
3 changes: 2 additions & 1 deletion tests/TestCase/Model/Table/ReportsTableTest.php
Expand Up @@ -169,7 +169,8 @@ public function testGetRelatedByField()
'php_version' => '5.5',
'count' => '1',
],
], 1,
],
1,
];
$this->assertEquals($expected, $result);
}
Expand Down

0 comments on commit 393bcd5

Please sign in to comment.