Skip to content

Commit 8c17704

Browse files
committed
SymfonyCmf to Cmf rename
1 parent bf23298 commit 8c17704

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See the [official documentation](http://symfony.com/doc/master/cmf/bundles/routi
2525
Add a requirement for ```symfony-cmf/routing-bundle``` to your
2626
composer.json and instantiate the bundle in your AppKernel.php
2727

28-
new Symfony\Cmf\Bundle\RoutingBundle\SymfonyCmfRoutingBundle()
28+
new Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle()
2929

3030
If you just want to use the chain router, this is enough.
3131
For the DynamicRouter you need something to build a repository.

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88

99
<testsuites>
10-
<testsuite name="SymfonyCmfRoutingBundle Test Suite">
10+
<testsuite name="Symfony CmfRoutingBundle Test Suite">
1111
<directory>./Tests</directory>
1212
</testsuite>
1313
</testsuites>
@@ -16,7 +16,6 @@
1616
<whitelist addUncoveredFilesFromWhitelist="true">
1717
<directory>.</directory>
1818
<exclude>
19-
<file>SymfonyCmfRoutingBundle.php</file>
2019
<directory>Resources/</directory>
2120
<directory>Admin/</directory>
2221
<directory>Tests/</directory>

0 commit comments

Comments
 (0)