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

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 21, 2013
1 parent 8885f7b commit e0c9572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Functional/Doctrine/Phpcr/MenuNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function setUp()

$this->content = new Content;
$this->content->setParent($this->baseNode);
$this->content->setTitle('fake_weak_content');
$this->content->setName('fake_weak_content');
$this->dm->persist($this->content);

Expand Down
1 change: 1 addition & 0 deletions Tests/Resources/app/config/cmf_menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cmf_menu:

cmf_routing:
dynamic:
enabled: true
persistence:
phpcr:
enabled: true
Expand Down

0 comments on commit e0c9572

Please sign in to comment.