@@ -24,7 +24,7 @@ public function controller_test_data()
2424 // Call top ideas list
2525 array (
2626 200 ,
27- 'list_body.html ' ,
27+ '@phpbb_ideas/ list_body.html ' ,
2828 array (
2929 'sort ' => \phpbb \ideas \ext::SORT_TOP ,
3030 'status ' => 0 ,
@@ -37,7 +37,7 @@ public function controller_test_data()
3737 // Call latest ideas list
3838 array (
3939 200 ,
40- 'list_body.html ' ,
40+ '@phpbb_ideas/ list_body.html ' ,
4141 array (
4242 'sort ' => '' ,
4343 'status ' => 0 ,
@@ -50,7 +50,7 @@ public function controller_test_data()
5050 // Call implemented ideas list
5151 array (
5252 200 ,
53- 'list_body.html ' ,
53+ '@phpbb_ideas/ list_body.html ' ,
5454 array (
5555 'sort ' => \phpbb \ideas \ext::SORT_DATE ,
5656 'status ' => \phpbb \ideas \ext::$ statuses ['IMPLEMENTED ' ],
@@ -65,7 +65,7 @@ public function controller_test_data()
6565 // New ideas sorted by date
6666 array (
6767 200 ,
68- 'list_body.html ' ,
68+ '@phpbb_ideas/ list_body.html ' ,
6969 array (
7070 'sort ' => \phpbb \ideas \ext::SORT_NEW ,
7171 'status ' => \phpbb \ideas \ext::$ statuses ['NEW ' ],
@@ -78,7 +78,7 @@ public function controller_test_data()
7878 // In progress ideas sorted by score
7979 array (
8080 200 ,
81- 'list_body.html ' ,
81+ '@phpbb_ideas/ list_body.html ' ,
8282 array (
8383 'sort ' => \phpbb \ideas \ext::SORT_SCORE ,
8484 'status ' => \phpbb \ideas \ext::$ statuses ['IN_PROGRESS ' ],
@@ -91,7 +91,7 @@ public function controller_test_data()
9191 // Duplicate ideas sorted by author
9292 array (
9393 200 ,
94- 'list_body.html ' ,
94+ '@phpbb_ideas/ list_body.html ' ,
9595 array (
9696 'sort ' => \phpbb \ideas \ext::SORT_AUTHOR ,
9797 'status ' => \phpbb \ideas \ext::$ statuses ['DUPLICATE ' ],
@@ -104,7 +104,7 @@ public function controller_test_data()
104104 // Invalid ideas sorted by date
105105 array (
106106 200 ,
107- 'list_body.html ' ,
107+ '@phpbb_ideas/ list_body.html ' ,
108108 array (
109109 'sort ' => \phpbb \ideas \ext::SORT_DATE ,
110110 'status ' => \phpbb \ideas \ext::$ statuses ['INVALID ' ],
@@ -117,7 +117,7 @@ public function controller_test_data()
117117 // Implemented ideas sorted by top
118118 array (
119119 200 ,
120- 'list_body.html ' ,
120+ '@phpbb_ideas/ list_body.html ' ,
121121 array (
122122 'sort ' => \phpbb \ideas \ext::SORT_TOP ,
123123 'status ' => \phpbb \ideas \ext::$ statuses ['IMPLEMENTED ' ],
@@ -130,7 +130,7 @@ public function controller_test_data()
130130 // All ideas sorted by date
131131 array (
132132 200 ,
133- 'list_body.html ' ,
133+ '@phpbb_ideas/ list_body.html ' ,
134134 array (
135135 'sort ' => \phpbb \ideas \ext::SORT_NEW ,
136136 'status ' => -1 ,
@@ -143,7 +143,7 @@ public function controller_test_data()
143143 // My ideas list
144144 array (
145145 200 ,
146- 'list_body.html ' ,
146+ '@phpbb_ideas/ list_body.html ' ,
147147 array (
148148 'sort ' => \phpbb \ideas \ext::SORT_MYIDEAS ,
149149 'status ' => -1 ,
0 commit comments