khepin / KhepinYamlFixturesBundle

Easy loading of fixtures defined in YAML files for Symfony2 and Doctrine2
MIT License
58 stars 42 forks source link

createObject() missing from YamlAclFixture #24

Closed beepsoft closed 11 years ago

beepsoft commented 11 years ago

Just updated my symfony project and when I run 'php app/console khepin:yamlfixtures:load dev' I get:

Fatal error: Class Khepin\YamlFixturesBundle\Fixture\YamlAclFixture contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Khepin\YamlFixturesBundle\Fixture\AbstractFixture::createObject) in /symfony2/surpme/vendor/khepin/yaml-fixtures-bundle/Khepin/YamlFixturesBundle/Fixture/YamlAclFixture.php on line 31

And it seems that createObject() indeed is missing from YamlAclFixture. Also load() in YamlAclFixture is incompatible with the one in AbstractFixture.

balazs

khepin commented 11 years ago

Have a try with the "dev-master" version now.