Re: TestSuite: where is loadModelTest?

2006-06-09 Thread teemow
i have the same problem. bake adds the loadmodeltest() function which seems no longer supported. the tutorial in the wiki just tests a cake method itself. if i try to setup/teardown a model of my app the classes are not found. same question sonic asked a while ago: http://groups.google.com/group/

Re: TestSuite: where is loadModelTest?

2006-06-08 Thread [EMAIL PROTECTED]
Hi Larry, > It is not badly integrated as I am the one who wrote it. Sorry, I didn't mean to accuse anyone. The thing is: I needed to install it after an extra download, although testing should be a *very important* part of the whole development process. The only available documentation is htt

Re: TestSuite: where is loadModelTest?

2006-06-08 Thread Larry E. Masters aka PhpNut
It is not badly integrated as I am the one who wrote it. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @access  public */On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Hi again,I currently got around the bugs I described befor

TestSuite: where is loadModelTest?

2006-06-08 Thread [EMAIL PROTECTED]
Hi again, I currently got around the bugs I described before (even I really would like to have them fixed officially), but now got stuck with how to use the test code I got from bake: object = new User(); } function tearDown() { unset($this->object);