Skip to content

Commit

Permalink
Initial Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurry committed Nov 26, 2008
1 parent 3a940f9 commit 1e80be1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test_sample/README
@@ -0,0 +1,15 @@
/*
* CakePHP Model Unit Test Template
* Copyright (c) 2008 Matt Curry
* www.PseudoCoder.com
* http://github.com/mcurry/cakephp/tree/master/test_sample
*
* @author Matt Curry <matt@pseudocoder.com>
* @license MIT
*
*/

/* Description */
A short template for doing CakePHP model unit test. The differences from the baked test files:
- The fixture use var import to get the schema from the original table.
- The model test doesn't need a fake model. It uses ClassRegistry::init to load the original model, but sets it to use the test db.

0 comments on commit 1e80be1

Please sign in to comment.