On Nov 10, 2:42 pm, Shaz <[email protected]> wrote: > I've only just gotten started with TDD - don't think many folks on > here use the tests
You mean specifically the web testing interface I think. The thought of developers generally not using any form of testing at all is just scary. > , but I do know exactly what you mean. I haven't > come across anything better - personally testing via the console is all there needs to be. I delete webroot/test.php in our projects too. > it might be a case of having to improve > it ourselves... That's most certainly the OS way - but be aware that PHPunit is the testing framework of cake 2.0 and pretty much every other significant project uses. (IMO) AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
