@@ -57,7 +57,7 @@ public function test_viewonline()
5757 $ this ->login ();
5858 // PHP goes faster than DBMS, make sure session data got written to the database
5959 sleep (1 );
60- $ crawler = self ::request ('GET ' , 'members/online ' );
60+ $ crawler = self ::request ('GET ' , 'app.php/ members/online ' );
6161 // Make sure posting reply page is in the list
6262 $ this ->assertStringContainsString ('viewonline-test-user1 ' , $ crawler ->text ());
6363 $ this ->assertStringContainsString ($ this ->lang ('REPLYING_MESSAGE ' , $ this ->get_forum_name_by_topic_id (1 )), $ crawler ->text ());
@@ -72,7 +72,7 @@ public function test_viewonline()
7272 $ this ->login ();
7373 // PHP goes faster than DBMS, make sure session data got written to the database
7474 sleep (1 );
75- $ crawler = self ::request ('GET ' , 'members/online ' );
75+ $ crawler = self ::request ('GET ' , 'app.php/ members/online ' );
7676 // Make sure posting message page is in the list
7777 $ this ->assertStringContainsString ('viewonline-test-user1 ' , $ crawler ->text ());
7878 $ this ->assertStringContainsString ($ this ->lang ('POSTING_MESSAGE ' , $ this ->get_forum_name_by_forum_id (2 )), $ crawler ->text ());
@@ -88,7 +88,7 @@ public function test_viewonline()
8888 $ this ->login ();
8989 // PHP goes faster than DBMS, make sure session data got written to the database
9090 sleep (1 );
91- $ crawler = self ::request ('GET ' , 'members/online ' );
91+ $ crawler = self ::request ('GET ' , 'app.php/ members/online ' );
9292 // Make sure posting message page is in the list
9393 $ this ->assertStringContainsString ('viewonline-test-user1 ' , $ crawler ->text ());
9494 $ this ->assertStringContainsString ($ this ->lang ('POSTING_MESSAGE ' , $ this ->get_forum_name_by_forum_id (2 )), $ crawler ->text ());
@@ -102,7 +102,7 @@ public function test_viewonline()
102102 $ this ->login ();
103103 // PHP goes faster than DBMS, make sure session data got written to the database
104104 sleep (1 );
105- $ crawler = self ::request ('GET ' , 'members/online ' );
105+ $ crawler = self ::request ('GET ' , 'app.php/ members/online ' );
106106 // Make sure reading topic page is in the list
107107 $ this ->assertStringContainsString ('viewonline-test-user1 ' , $ crawler ->text ());
108108 $ this ->assertStringContainsString ($ this ->lang ('READING_TOPIC ' , $ this ->get_forum_name_by_topic_id (1 )), $ crawler ->text ());
@@ -116,7 +116,7 @@ public function test_viewonline()
116116 $ this ->login ();
117117 // PHP goes faster than DBMS, make sure session data got written to the database
118118 sleep (1 );
119- $ crawler = self ::request ('GET ' , 'members/online ' );
119+ $ crawler = self ::request ('GET ' , 'app.php/ members/online ' );
120120 // Make sure reading forum page is in the list
121121 $ this ->assertStringContainsString ('viewonline-test-user1 ' , $ crawler ->text ());
122122 $ this ->assertStringContainsString ($ this ->lang ('READING_FORUM ' , $ this ->get_forum_name_by_forum_id (2 )), $ crawler ->text ());
0 commit comments