CakePHP Unit Testing Fixture Name Conventions Argh?
问题 I've been bashing my head against the wall trying to figure out why I can't get my fixture to load properly. When I attempt to run my test, my layout is rendered. If I comment out the fixture, the test runs properly. I've gone over this 100 times and I can't seem to see what's wrong. Heres my Videosview.test.php App::import('Model','Videosview'); class VideosviewTest extends Videosview { var $name = 'Videosview'; //var $useDbConfig = 'test_suite'; } class VideosviewTestCase extends