Now that I fixed the connection problems with fixtures I have another
problem. All my tests which uses fixtures show this error:

  Unexpected PHP error [Trying to get property of non-object] severity
[E_NOTICE] in [.../cake/libs/class_registry.php line 295]
  .../tests/cases/models/product.test.php -> ProductTestCase -> start

This is triggered by the start method, which looks like this:

   function start() {
      parent::start();
      $this->Product = new TestProductModel ();
   }

Has the way to do this changed? I am still doing it as the documentation shows.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to