ApplicationAvailabilityFunctionalTest fixed due to 'statistics' route change.
This commit is contained in:
parent
cb9c22df92
commit
3df7fa585e
|
@ -21,7 +21,7 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
|||
{
|
||||
return [
|
||||
'index_page' => ['/'],
|
||||
'top_page' => ['/users/top'],
|
||||
'statistics' => ['/statistics'],
|
||||
'last_events_page' => ['/events/last'],
|
||||
'test_user_page' => ['/user/testuser']
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue