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() {
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 ,
You can’t perform that action at this time.
0 commit comments