ApplicationAvailabilityFunctionalTest fixed due to 'statistics' route change.

This commit is contained in:
Alexey Skobkin 2017-01-11 21:20:33 +03:00
parent cb9c22df92
commit 3df7fa585e
1 changed files with 1 additions and 1 deletions

View File

@ -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']
];