File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ See the [official documentation](http://symfony.com/doc/master/cmf/bundles/routi
25
25
Add a requirement for ``` symfony-cmf/routing-bundle ``` to your
26
26
composer.json and instantiate the bundle in your AppKernel.php
27
27
28
- new Symfony\Cmf\Bundle\RoutingBundle\SymfonyCmfRoutingBundle ()
28
+ new Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle ()
29
29
30
30
If you just want to use the chain router, this is enough.
31
31
For the DynamicRouter you need something to build a repository.
Original file line number Diff line number Diff line change 7
7
>
8
8
9
9
<testsuites >
10
- <testsuite name =" SymfonyCmfRoutingBundle Test Suite" >
10
+ <testsuite name =" Symfony CmfRoutingBundle Test Suite" >
11
11
<directory >./Tests</directory >
12
12
</testsuite >
13
13
</testsuites >
16
16
<whitelist addUncoveredFilesFromWhitelist =" true" >
17
17
<directory >.</directory >
18
18
<exclude >
19
- <file >SymfonyCmfRoutingBundle.php</file >
20
19
<directory >Resources/</directory >
21
20
<directory >Admin/</directory >
22
21
<directory >Tests/</directory >
You can’t perform that action at this time.
0 commit comments