|
Posted by gerard on 12/05/07 04:40
On Nov 30, 1:29 am, Bill <booksmartbi...@gmail.com> wrote:
> Thanks Christopher,
>
> However, I've not been able to confirm your claim. I suspected CakePHP
> would be well tested and looked at it a while ago but then and now I
> can find only hints of tests.
>
> The link below suggests that there are some core tests that can be run
> but there was no "test.php" file anywhere in the version (1.1.18.5850)
> I installed.
>
> http://bakery.cakephp.org/articles/view/testing-models-with-cakephp-1...
It looks like the latest stable version is 1.1 (the one you installed)
and it looks like you are correct that there is no testing. The page
you link to refers to version 1.2, which is still "pre-alpha". So you
will have to go to SVN (don't know if these are in the download) to
see that it looks like there are in fact unit tests on Cake itself
(https://trac.cakephp.org/browser/trunk/cake/1.2.x.x/cake/tests) and
some sort of new built-in unit testing component for Cake users, as
the article describes.
> The following link is a bit more disturbing. This year old ticket in
> the project's issue tracker does not build my confidence:
>
> https://trac.cakephp.org/ticket/1392
>
> The issue references some degree of test documentation in the wiki but
> apparently the CakePHP wiki is dead.
>
> I encourage anyone how can to shatter my disillusionment.
It looks like Zend Framework has unit tests as well, though all I can
do is point you to the directory: http://framework.zend.com/svn/framework/tag/release-1.0.3/tests/
> Thanks,
>
> Bill
Navigation:
[Reply to this message]
|