Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 81d1b53

Browse files
committed
Merge pull request #222 from WouterJ/remove_deprecations
Remove deprecations
2 parents 4f3207e + 7426998 commit 81d1b53

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ matrix:
2121
- php: 5.6
2222
env: SYMFONY_VERSION=2.3.*
2323
- php: 5.6
24-
env: SYMFONY_VERSION=2.7.*
24+
env: SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
2525
- php: 5.6
2626
env: SYMFONY_VERSION=2.8.*
2727
- php: 5.6
2828
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
2929
allow_failures:
30-
- php: 5.6
31-
env: SYMFONY_VERSION=2.7.*
3230
- php: 5.6
3331
env: SYMFONY_VERSION=2.8.*
3432
- php: 5.6
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
test_index:
2-
pattern: /
2+
path: /
33
defaults:
44
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::indexAction
55

66
render_test:
7-
pattern: /render-test
7+
path: /render-test
88
defaults:
99
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::renderAction
1010

1111
link_test_route:
12-
pattern: /link_test_route
12+
path: /link_test_route
1313
defaults:
1414
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::linkTestRouteAction
1515

1616
link_test_route_with_params:
17-
pattern: /link_test_route/hello/{bar}/{foo}
17+
path: /link_test_route/hello/{bar}/{foo}
1818
defaults:
1919
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\TestController::linkTestRouteAction
2020

2121
current_menu_item_default:
22-
pattern: /cmi/default
22+
path: /cmi/default
2323
defaults:
2424
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\VoterController::defaultAction
2525

2626
current_menu_item_request_content_identity:
27-
pattern: /cmi/request_content_identity
27+
path: /cmi/request_content_identity
2828
defaults:
2929
_controller: Symfony\Cmf\Bundle\MenuBundle\Tests\Resources\Controller\VoterController::requestContentIdentityAction

0 commit comments

Comments
 (0)