Skip to content

Commit 2b88e4f

Browse files
committed
Fix test warnings
1 parent cd743c1 commit 2b88e4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/event/listener_test.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,9 @@ public static function viewonline_data()
354354
array(
355355
1 => 'index',
356356
),
357-
array(),
357+
array(
358+
'session_page' => 'index.' . $phpEx . '/foobar'
359+
),
358360
'$location_url',
359361
'$location',
360362
'$location_url',

0 commit comments

Comments
 (0)