Skip to content

Commit d33e3a9

Browse files
committed
Fix test warnings
1 parent e43f06a commit d33e3a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/event/event_listener_viewonline_test.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ public static function viewonline_page_data()
5151
array(
5252
1 => 'index',
5353
),
54-
array(),
54+
array(
55+
'session_page' => 'index.' . $phpEx . '/foobar'
56+
),
5557
'$location_url',
5658
'$location',
5759
'$location_url',

0 commit comments

Comments
 (0)