I just downloaded Cake PHP 1.3 and installed SimpleTest 1.0.1 in the vendor directory. When I start the testheit test kernel, I get the following error:
Starting all PHP core Fatal error: Cannot redeclare class Article in /Users/../cake/tests/cases/libs/model/models.php on line 283
If I run test groups or test cases individually, many of them fail.
This is a clean installation, I did not do any development other than the basic configuration (security salt, cipherSeed and database configuration).
Someone else had a problem, and what did you do to solve it?
I found this thread with the same question, but it was not allowed, or at least the permission was not published to this thread.
source share