334
edits
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* What support for schema migration and versioning is present in Cake, and what are the limitations? | * What support for schema migration and versioning is present in Cake, and what are the limitations? | ||
* http://wiki.cakephp.org/tutorials:cake_migrations - Cake Migrations, seems to be very new, only supports create/dropping of Tables currently, but planned support for columns, etc. Thus, support for migration and versioning seems to be pretty limited currently. | |||
* What are the preferred test pattern/tools for unit and functional testing under Cake (both automated and human-run)? | * What are the preferred test pattern/tools for unit and functional testing under Cake (both automated and human-run)? | ||
** Uses SimpleTest | ** Uses SimpleTest | ||
** http://wiki.cakephp.org/tutorials:testing_cake_apps | ** http://wiki.cakephp.org/tutorials:testing_cake_apps | ||
edits