DoctrineDataFixtureModule icon indicating copy to clipboard operation
DoctrineDataFixtureModule copied to clipboard

Doctrine Data Fixture Module for Zf2 with cli integration

Results 12 DoctrineDataFixtureModule issues
Sort by recently updated
recently updated
newest added

Hi, the new DoctrineORMModule is released since some time now to version 1.0.0 (https://github.com/doctrine/DoctrineORMModule/releases/tag/1.0.0). I will really like to use your module with the DoctrineORMModule 1.0.0 but the composer Required...

Hello Martin Schwalbe! I identified an error in the class src/DoctrineDataFixtureModule/Service/FixtureFactory.php which prevented the broker operation of the package, made the following changes and is working perfectly for me, I...

- added path option for console interface to be able to set a specif…ic path while importing fixtures. - removed unused use statements and $key parameter of Fixture Factory getOption...

Correct me if i'm wrong, but there was initialization of default set of doctrine commands. It is not required here because module don't make console calls to any of this...

Hello, The configuration for Registering Fixtures ``` php return array( 'data-fixture' => array( 'ModuleName_fixture' => __DIR__ . '/../src/ModuleName/Fixture', ) ); ``` does not work and the fixtures files are not...

bug

The documentation says: `$ php composer.phar require hounddog/doctrine-data-fixture-module:0.0.*` Using this command composer will require tag 0.0.4. In that version the configuration is not fetched like the documentation explains. **DoctrineDataFixtureModule\Service\FixtureFactory** on...

This module ignores the `--em=orm_alterante` flag provided by `SwissEngine/Doctrine-Module-Extension`. After a little debugging this is because the EntityManager is set in the "loadCli.post" event, before the CLI Helper even is...