Re: Strange issue with the web runner of test.php

2014-06-05 Thread James Pence
I just realized that I forgot to mention that I'm using cake version 2.4.9 
and php unit 3.7.30


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Strange issue with the web runner of test.php

2014-06-05 Thread James Pence
Hello all,
 So I have a controller that uses the RequestHandler and has some 
actions named with camelCase names. Running the tests via command line 
works just fine, however the test.php process of running the test result in 
a MissingControllerException with a message of "Controller class 
Test.phpController could not be found." I mention the camelCase action 
names since the exception vanishes if the action names are 
in_lower_with_underscore format.
 Has anyone else seen this behavior or have a suggestion for a solution?

Thanks

James Pence
 

 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.