Skip to content

Commit 8b7be6a

Browse files
omarlopesinom1guelpf
authored andcommitted
Projects tests: coding standards for boards and issues tests
1 parent b6039dd commit 8b7be6a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

test/Gitlab/Tests/Api/ProjectsTest.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ public function shouldGetProjectIssues() {
289289
*
290290
* @test
291291
*/
292-
public function shouldGetProjectIssuesParameters() {
292+
public function shouldGetProjectIssuesParameters()
293+
{
293294
$expectedArray = $this->getProjectIssuesExpectedArray();
294295

295296
$api = $this->getApiMock();
@@ -307,7 +308,8 @@ public function shouldGetProjectIssuesParameters() {
307308
* @return array
308309
* Project issues list.
309310
*/
310-
public function getProjectIssuesExpectedArray() {
311+
public function getProjectIssuesExpectedArray()
312+
{
311313
return [
312314
[
313315
'state' => 'opened',
@@ -375,7 +377,8 @@ public function getProjectIssuesExpectedArray() {
375377
/**
376378
* @test
377379
*/
378-
public function shouldGetBoards() {
380+
public function shouldGetBoards()
381+
{
379382
$expectedArray = $this->getProjectIssuesExpectedArray();
380383

381384
$api = $this->getApiMock();
@@ -393,7 +396,8 @@ public function shouldGetBoards() {
393396
* @return array
394397
* Project issues list.
395398
*/
396-
public function getProjectBoardsExpectedArray() {
399+
public function getProjectBoardsExpectedArray()
400+
{
397401
return [
398402
[
399403
'id' => 1,

0 commit comments

Comments
 (0)