gorgo13 / fixture-bundle
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- nelmio/alice: 3.5.*
- oro/platform: >=2
- theofidry/alice-data-fixtures: 1.0.*
This package is auto-updated.
Last update: 2024-10-16 00:08:04 UTC
README
Aims to debug fixtures for tests and loads fixtures data to the dev/prod databases
php bin/console gorgo:fixtures:load --dry-run --fixture="\Oro\Bundle\ProductBundle\Tests\Functional\DataFixtures\LoadProductUnits" +-------------------------+---------------------------------------------+ | Reference | Type | +-------------------------+---------------------------------------------+ | product_unit.milliliter | Oro\Bundle\ProductBundle\Entity\ProductUnit | | product_unit.liter | Oro\Bundle\ProductBundle\Entity\ProductUnit | | product_unit.bottle | Oro\Bundle\ProductBundle\Entity\ProductUnit | | product_unit.box | Oro\Bundle\ProductBundle\Entity\ProductUnit | +-------------------------+---------------------------------------------+