Skip to content

Commit d230b53

Browse files
committed
Fix test warnings
1 parent 7ca7d09 commit d230b53

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
@@ -320,7 +320,9 @@ public static function viewonline_page_data()
320320
array(
321321
1 => 'index',
322322
),
323-
array(),
323+
array(
324+
'session_page' => 'index.' . $phpEx
325+
),
324326
'$location_url',
325327
'$location',
326328
'$location_url',

0 commit comments

Comments
 (0)