Named data sources in ApplicationAvailabilityFunctionalTest.

This commit is contained in:
Alexey Skobkin 2016-12-11 22:07:01 +03:00
parent f63c44d97e
commit 36be7e7225
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
public function urlProvider() public function urlProvider()
{ {
return [ return [
['/'], 'index_page' => ['/'],
['/users/top'], 'top_page' => ['/users/top'],
['/events/last'], 'last_events_page' => ['/events/last'],
['/user/testuser'] 'test_user_page' => ['/user/testuser']
]; ];
} }
} }