3 // To run this test calling ./script/test unit/app/models/<?php echo AkInflector::underscore($model_name); ?>
4 // More about testing at http://wiki.akelos.org/testing-guide
6 class <?php echo $model_name?>TestCase extends AkUnitTest
10 $this->installAndIncludeModels('<?php echo $model_name?>');
13 function test_<?php echo $model_name?>()
15 $this->assertTrue(false,'Unit test for <?php echo $model_name?> not implemented');