debuggable-scraps
debuggable-scraps copied to clipboard
Fixturize does not create "var $fields" array
It only generates var $records = array(... But I get errors unless I specify the schema (seen here)
http://book.cakephp.org/view/1201/Preparing-test-data
You'll notice the var $fields = array(..
As soon as I add that it works, maybe this fixturize script needs to be updated?