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 Sep 11, 2013
1 parent 31e5bed commit f929937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Resources/DataFixtures/Phpcr/LoadBlockData.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ public function load(ObjectManager $manager)
$block->setPublishable(false);
$manager->persist($block);


$manager->flush();
}
}
1 change: 1 addition & 0 deletions Tests/Resources/app/config/cmf_block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ cmf_block:
persistence:
phpcr:
enabled: true
block_basepath: /test

0 comments on commit f929937

Please sign in to comment.