File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,8 @@ public function shouldGetProjectIssues() {
289
289
*
290
290
* @test
291
291
*/
292
- public function shouldGetProjectIssuesParameters () {
292
+ public function shouldGetProjectIssuesParameters ()
293
+ {
293
294
$ expectedArray = $ this ->getProjectIssuesExpectedArray ();
294
295
295
296
$ api = $ this ->getApiMock ();
@@ -307,7 +308,8 @@ public function shouldGetProjectIssuesParameters() {
307
308
* @return array
308
309
* Project issues list.
309
310
*/
310
- public function getProjectIssuesExpectedArray () {
311
+ public function getProjectIssuesExpectedArray ()
312
+ {
311
313
return [
312
314
[
313
315
'state ' => 'opened ' ,
@@ -375,7 +377,8 @@ public function getProjectIssuesExpectedArray() {
375
377
/**
376
378
* @test
377
379
*/
378
- public function shouldGetBoards () {
380
+ public function shouldGetBoards ()
381
+ {
379
382
$ expectedArray = $ this ->getProjectIssuesExpectedArray ();
380
383
381
384
$ api = $ this ->getApiMock ();
@@ -393,7 +396,8 @@ public function shouldGetBoards() {
393
396
* @return array
394
397
* Project issues list.
395
398
*/
396
- public function getProjectBoardsExpectedArray () {
399
+ public function getProjectBoardsExpectedArray ()
400
+ {
397
401
return [
398
402
[
399
403
'id ' => 1 ,
You can’t perform that action at this time.
0 commit comments