Skip to content

Commit 2610d69

Browse files
committed
Re-added DataFixtures base class
1 parent c6d8498 commit 2610d69

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,22 @@ Migration instructions:
2020

2121
````bash
2222
export CMFNS="Symfony\\Cmf\\Bundle\\SimpleCmsBundle"
23-
./app/console doctrine:phpcr:document:reclass \
23+
./app/console doctrine:phpcr:document:migrate-class \
2424
$CMFNS"\\Document\\MultilangPage" \
2525
$CMFNS"\\Doctrine\\Phpcr\\Page"
26-
./app/console doctrine:phpcr:document:reclass \
26+
./app/console doctrine:phpcr:document:migrate-class \
2727
$CMFNS"\\Document\\MultilangRedirectRoute" \
2828
$CMFNS"\\Doctrine\\Phpcr\\MultilangRedirectRoute"
29-
./app/console doctrine:phpcr:document:reclass \
29+
./app/console doctrine:phpcr:document:migrate-class \
3030
$CMFNS"\\Document\\MultilangRoute" \
3131
$CMFNS"\\Doctrine\\Phpcr\\MultilangRoute"
32-
./app/console doctrine:phpcr:document:reclass \
32+
./app/console doctrine:phpcr:document:migrate-class \
3333
$CMFNS"\\Document\\MultilangRouteProvider" \
3434
$CMFNS"\\Doctrine\\Phpcr\\MultilangRouteProvider"
35-
./app/console doctrine:phpcr:document:reclass \
35+
./app/console doctrine:phpcr:document:migrate-class \
3636
$CMFNS"\\Document\\Page" \
3737
$CMFNS"\\Doctrine\\Phpcr\\Page"
38+
````
3839
3940
* **2013-08-04**: Changed name of Sonata route names / patterns - now /admin/cmf/simplecms/foo instead of /admin/bundle/simplecms/foo
4041

Tests/Functional/Doctrine/Phpcr/PageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Symfony\Cmf\Bundle\SimpleCmsBundle\Tests\Functional\Doctrine\Phpcr;
3+
namespace Symfony\Cmf\Bundle\SimpleCmsBundle\Tests\Functional\Migrator\Phpcr;
44

55
use Symfony\Cmf\Component\Testing\Functional\BaseTestCase;
66
use Symfony\Cmf\Component\Testing\Document\Content;

0 commit comments

Comments
 (0)