gorgo13/fixture-bundle

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/gorgo13/fixture-bundle

1.0 2020-12-15 15:39 UTC

This package is auto-updated.

Last update: 2025-10-16 02:17:33 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 |
+-------------------------+---------------------------------------------+