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

Commit 41742cb

Browse files
committed
SymfonyCmf to Cmf
1 parent 13299e9 commit 41742cb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [WIP] Symfony CMF Routing Auto Route Bundle [![Build Status](https://secure.travis-ci.org/symfony-cmf/RoutingAutoBundle.png)](http://travis-ci.org/symfony-cmf/RoutingAutoBundle)
22

3-
This bundle automatically creates and manages routes for configured persisted
3+
This bundle automatically creates and manages routes for configured persisted
44
document classes.
55

66
*WARNING*: This bundle is still experimental. It works, but there may be some
@@ -17,14 +17,14 @@ The following is the current functional test configuration:
1717

1818
auto_route_mapping:
1919

20-
##
20+
##
2121
# e.g. /cms/auto-route/blog/my-blogs-title
2222
Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Functional\app\Document\Blog:
2323

2424
# generate or use path components leading up to the final part of the path
2525
content_path:
2626
base:
27-
provider:
27+
provider:
2828
name: specified
2929
path: /test/auto-route/blog
3030
exists_action:
@@ -34,13 +34,13 @@ The following is the current functional test configuration:
3434
patcher: generic
3535

3636
content_name:
37-
provider:
37+
provider:
3838
name: from_object_method
3939
method: getTitle
40-
exists_action:
40+
exists_action:
4141
strategy: auto_increment
4242
pattern: -%d
43-
not_exists_action:
43+
not_exists_action:
4444
strategy: create
4545

4646
## Restrictions:
@@ -53,7 +53,7 @@ The following is the current functional test configuration:
5353
Add a requirement for ``symfony-cmf/routing-auto-bundle`` to your
5454
composer.json and instantiate the bundle in your AppKernel.php
5555

56-
new Symfony\Cmf\Bundle\RoutingAutoBundle\SymfonyCmfRoutingAutoBundle()
56+
new Symfony\Cmf\Bundle\RoutingAutoBundle\CmfRoutingAutoBundle()
5757

5858
## Running the tests
5959

phpunit.xml.dist

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

99
<testsuites>
10-
<testsuite name="SymfonyCmfRoutingAutoBundle Test Suite">
10+
<testsuite name="Symfony CmfRoutingAutoBundle Test Suite">
1111
<directory>./Tests</directory>
1212
</testsuite>
1313
</testsuites>

0 commit comments

Comments
 (0)