Tuesday, November 2, 2010

Re: Error on test.php page, missing arguments.php on Simple Test

A bit of further research and I've found a post on the CakePHP bug
reports regarding this. The CakePHP dev team know about the issue,
it's to do with a change in SimpleTest from using $this->ClassName()
to $this->__construct(), among other things.

As the 1.1alpha version of SimpleTest is still not "entirely" stable,
Mark Story (from CakePHP dev team) said on the bug tracker that they
wouldn't be making changes to Cake core files until SimpleTest was in
stable release. Which is fair enough.

See http://cakephp.lighthouseapp.com/projects/42648/tickets/1250-support-for-simpletest-11alpha
for bug and Marks response

I've downloaded and run ST 1.0.1 from their site under the "Older
stable releases" section and it appears to work fine with CakePHP
1.3.5

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: