Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 341 Bytes

What phixture is?

phixture is a fixture generator for PHPUnit and:

  • Supports only MySQL databases;
  • Generates fixtures to use with CreateXMLDataSet of PHPUnit;

How to use?

Just run from command-line:

$ php phixture.php phixture:generate db-user db-pass db-host db-name table-name [db-driver]