You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/event/listener_test.php
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ public function test_set_permissions()
160
160
*
161
161
* @return array
162
162
*/
163
-
publicfunctionconfigure_media_embed_data()
163
+
publicstaticfunctionconfigure_media_embed_data()
164
164
{
165
165
return [
166
166
['dailymotion', '[media]http://www.dailymotion.com/video/x222z1[/media]', 'DAILYMOTION id="x222z1"', false, true, true], // site using the MEDIA BBCode
@@ -238,7 +238,7 @@ public function test_configure_media_embed($tag, $code, $id, $exists, $parse_url
238
238
*
239
239
* @return array
240
240
*/
241
-
publicfunctionexception_errors_data()
241
+
publicstaticfunctionexception_errors_data()
242
242
{
243
243
return [
244
244
['notok', '\Symfony\Component\Yaml\Exception\ParseException'], // Exception when custom site YAML is invalid
@@ -283,7 +283,7 @@ public function test_exception_errors($site, $exception)
0 commit comments