felixge / felixge/debuggable-scraps
Fixturize does not create "var $fields" array
Open
- Dominant language
- PHP
- Stars
- 78
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.