Skip to content

Commit 8240cfb

Browse files
committed
Complete test - follow up of 0b106c5
1 parent 697af0e commit 8240cfb

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/controllers/PetCommentController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class PetCommentController extends \app\controllers\base\PetCommentController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
@@ -13,5 +14,7 @@ public function actionList()
1314
{
1415
//TODO implement actionList
1516
}
17+
18+
1619
}
1720

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/controllers/PetController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
class PetController extends \app\controllers\base\PetController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
1011
}
12+
13+
1114
}
1215

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/modules/api/v2/controllers/CommentController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class CommentController extends \app\some\controllers\base\CommentController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
@@ -13,5 +14,7 @@ public function actionList()
1314
{
1415
//TODO implement actionList
1516
}
17+
18+
1619
}
1720

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/modules/forum/controllers/Pet2DetailController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class Pet2DetailController extends \app\modules\forum\controllers\base\Pet2DetailController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
@@ -13,5 +14,7 @@ public function actionList()
1314
{
1415
//TODO implement actionList
1516
}
17+
18+
1619
}
1720

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/modules/forum2/controllers/Pet3DetailController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class Pet3DetailController extends \app\forum2\controllers\base\Pet3DetailController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
@@ -13,5 +14,7 @@ public function actionList()
1314
{
1415
//TODO implement actionList
1516
}
17+
18+
1619
}
1720

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/modules/petinfo/controllers/PetDetailController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class PetDetailController extends \app\modules\petinfo\controllers\base\PetDetailController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
@@ -13,5 +14,7 @@ public function actionList()
1314
{
1415
//TODO implement actionList
1516
}
17+
18+
1619
}
1720

tests/specs/issue_fix/35_resolve_todo_re_check_options_route_in_fractal_action/mysql/modules/some/controllers/PetController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
class PetController extends \app\api\v1\controllers\base\PetController
66
{
7+
78
public function checkAccess($action, $model = null, $params = [])
89
{
910
//TODO implement checkAccess
1011
}
12+
13+
1114
}
1215

0 commit comments

Comments
 (0)