Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Very light weight yaml mapping to retrieve and process fixture

License

Notifications You must be signed in to change notification settings

GeniusesOfSymfony/FixtureBundle

Repository files navigation

#Gos Fixture Bundle#

Build Status Scrutinizer Code Quality Code Coverage

This project is currently in development, please take care.

Installation

You need to have composer to install dependencies.

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

Then run the command on the root of your projectcomposer update

Add this line in your AppKernel.php

$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.

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:

  • 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

About

Very light weight yaml mapping to retrieve and process fixture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages