icomefromthenet / Faker

A Database Testing Tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No output in the dump folder

thinkadoo opened this issue · comments

../vendor/bin/faker.php faker:generate simple.xml

     _______    ___       __  ___  _______ .______           _______  _______ .__   __. 
    |   ____|  /   \     |  |/  / |   ____||   _  \         /  _____||   ____||  \ |  | 
    |  |__    /  ^  \    |  '  /  |  |__   |  |_)  |       |  |  __  |  |__   |   \|  | 
    |   __|  /  /_\  \   |    <   |   __|  |      /        |  | |_ | |   __|  |  . `  | 
    |  |    /  _____  \  |  .  \  |  |____ |  |\  \----.   |  |__| | |  |____ |  |\   | 
    |__|   /__/     \__\ |__|\__\ |_______|| _| `._____|    \______| |_______||__| \__|

Starting Generator

But no output in the dump folder?

If you using dev-master, there was a broken interface from a change I made last week. I fixed it up today and was able to run generate over the simple.xml that found in dump folder after running faker:init.

The advanced.xml example was also broken, you need to delete the existing project directory and run faker:init again to pull down updated extensions with correct interfaces and the advanced example should run then.

thanks for taking the time to create an issue.