gorgo13/fixture-bundle

1.0 2020-12-15 15:39 UTC

This package is auto-updated.

Last update: 2024-04-15 23:12:31 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 |
+-------------------------+---------------------------------------------+