File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Tests/Functional/Doctrine/Phpcr Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,22 @@ Migration instructions:
20
20
21
21
```` bash
22
22
export CMFNS=" Symfony\\ Cmf\\ Bundle\\ SimpleCmsBundle"
23
- ./app/console doctrine:phpcr:document:reclass \
23
+ ./app/console doctrine:phpcr:document:migrate-class \
24
24
$CMFNS " \\ Document\\ MultilangPage" \
25
25
$CMFNS " \\ Doctrine\\ Phpcr\\ Page"
26
- ./app/console doctrine:phpcr:document:reclass \
26
+ ./app/console doctrine:phpcr:document:migrate-class \
27
27
$CMFNS " \\ Document\\ MultilangRedirectRoute" \
28
28
$CMFNS " \\ Doctrine\\ Phpcr\\ MultilangRedirectRoute"
29
- ./app/console doctrine:phpcr:document:reclass \
29
+ ./app/console doctrine:phpcr:document:migrate-class \
30
30
$CMFNS " \\ Document\\ MultilangRoute" \
31
31
$CMFNS " \\ Doctrine\\ Phpcr\\ MultilangRoute"
32
- ./app/console doctrine:phpcr:document:reclass \
32
+ ./app/console doctrine:phpcr:document:migrate-class \
33
33
$CMFNS " \\ Document\\ MultilangRouteProvider" \
34
34
$CMFNS " \\ Doctrine\\ Phpcr\\ MultilangRouteProvider"
35
- ./app/console doctrine:phpcr:document:reclass \
35
+ ./app/console doctrine:phpcr:document:migrate-class \
36
36
$CMFNS " \\ Document\\ Page" \
37
37
$CMFNS " \\ Doctrine\\ Phpcr\\ Page"
38
+ ````
38
39
39
40
* ** 2013-08-04** : Changed name of Sonata route names / patterns - now /admin/cmf/simplecms/foo instead of /admin/bundle/simplecms/foo
40
41
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Symfony \Cmf \Bundle \SimpleCmsBundle \Tests \Functional \Doctrine \Phpcr ;
3
+ namespace Symfony \Cmf \Bundle \SimpleCmsBundle \Tests \Functional \Migrator \Phpcr ;
4
4
5
5
use Symfony \Cmf \Component \Testing \Functional \BaseTestCase ;
6
6
use Symfony \Cmf \Component \Testing \Document \Content ;
You can’t perform that action at this time.
0 commit comments