2017 © Pedro Peláez
 

symfony-bundle fixture-bundle

Fixture bundle, fixture, bundle, fixture tool, doctrine, orm

image

gos/fixture-bundle

Fixture bundle, fixture, bundle, fixture tool, doctrine, orm

  • Wednesday, October 1, 2014
  • by ProPheT777
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gos Fixture Bundle

Build Status Scrutinizer Code Quality Code Coverage, (*1)

This project is currently in development, please take care., (*2)

Installation

You need to have composer to install dependencies., (*3)

{
    "require": {
        "gos/fixture-bundle": "{last stable version}"
    }
}

Then run the command on the root of your projectcomposer update, (*4)

Add this line in your AppKernel.php, (*5)

$bundles = array(

    //Other bundles

    new Gos\Bundle\FixtureBundle\GosFixtureBundle(),
);

Configuration

That define we must looking for your yaml data file, you can add several path., (*6)

gos_fixture:
    directories:
        - 'src/*/*/DataFixtures/YML/'

You can also see

Running the tests:

PHPUnit 3.5 or newer together with Mock_Object package is required. To setup and run tests follow these steps:, (*7)

  • go to the root directory of fixture
  • run: composer install --dev
  • run: phpunit

License

The project is under MIT lisence, for more information see the LICENSE file inside the project, (*8)

The Versions

01/10 2014

dev-master

9999999-dev

Fixture bundle, fixture, bundle, fixture tool, doctrine, orm

  Sources   Download

MIT

The Requires

 

by Johann Saunier

bundle reflector reflector bundle