This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Tests/Resources/app/config/routing Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ matrix:
21
21
- php : 5.6
22
22
env : SYMFONY_VERSION=2.3.*
23
23
- php : 5.6
24
- env : SYMFONY_VERSION=2.7.*
24
+ env : SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
25
25
- php : 5.6
26
26
env : SYMFONY_VERSION=2.8.*
27
27
- php : 5.6
28
28
env : SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
29
29
allow_failures :
30
- - php : 5.6
31
- env : SYMFONY_VERSION=2.7.*
32
30
- php : 5.6
33
31
env : SYMFONY_VERSION=2.8.*
34
32
- php : 5.6
Original file line number Diff line number Diff line change 1
1
test_index :
2
- pattern : /
2
+ path : /
3
3
defaults :
4
4
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::indexAction
5
5
6
6
render_test :
7
- pattern : /render-test
7
+ path : /render-test
8
8
defaults :
9
9
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::renderAction
10
10
11
11
link_test_route :
12
- pattern : /link_test_route
12
+ path : /link_test_route
13
13
defaults :
14
14
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::linkTestRouteAction
15
15
16
16
link_test_route_with_params :
17
- pattern : /link_test_route/hello/{bar}/{foo}
17
+ path : /link_test_route/hello/{bar}/{foo}
18
18
defaults :
19
19
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::linkTestRouteAction
20
20
21
21
current_menu_item_default :
22
- pattern : /cmi/default
22
+ path : /cmi/default
23
23
defaults :
24
24
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\VoterController::defaultAction
25
25
26
26
current_menu_item_request_content_identity :
27
- pattern : /cmi/request_content_identity
27
+ path : /cmi/request_content_identity
28
28
defaults :
29
29
_controller : Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\VoterController::requestContentIdentityAction
You can’t perform that action at this time.
0 commit comments