fluid-styleguide
fluid-styleguide copied to clipboard
Allow "php" as fixture type
Currently fixture data can be provided as json or yaml.
Sometimes it could be very helpful to generate fixture data which could be done by adding support for php
fixtures (CompnentName.fixture.php
) simply returning an array.