Hector Virgen wrote: > > By default, ZF won't load a class named "Mymodel". You'll need to prefix > the > class name with "Model_" (or "Default_Model_" if you are using the module > autoloader). >
Thanks Hector, but that is not my problem. It works if I manually add my 'models' directory to the include path. My question is why aren't the extra includePaths specified in application.ini being loaded for my unit tests? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/PHPUunit-and-includePaths-specified-in-application-ini-tp2177242p2180725.html Sent from the Zend Framework mailing list archive at Nabble.com.
