Re: PHPUnit_Util_Skeleton_Test not found in CakePHP

2013-01-16 Thread Mathew
Is there any official information from CakePHP on what version of PHPUnit should be used with Cake 2.2.5? On Wednesday, 16 January 2013 09:21:34 UTC-5, jsundquist wrote: > > Looks like you got your answer. > > > http://stackoverflow.com/questions/14348318/phpunit-util-skeleton-test-not-found-in-c

Re: PHPUnit_Util_Skeleton_Test not found in CakePHP

2013-01-16 Thread Jonathan Sundquist
Looks like you got your answer. http://stackoverflow.com/questions/14348318/phpunit-util-skeleton-test-not-found-in-cakephp On Tue, Jan 15, 2013 at 9:34 PM, Mathew wrote: > I'm able to run my individual tests for each model in a plugin called Agg, > but when I try to run a CakeTestSuite, then

PHPUnit_Util_Skeleton_Test not found in CakePHP

2013-01-15 Thread Mathew
I'm able to run my individual tests for each model in a plugin called Agg, but when I try to run a CakeTestSuite, then I get an error. class ModelsTest extends CakeTestSuite { public static function suite() { $suite = new CakeTestSuite('All model tests'); $suite->addTestDirectory(TESTS . 'Case' .