Hi!

I want to use fixtures for my tests, I have a Model User which
hasAndBelongToMany Languages

So I created the fixtures:
user_fixture.php
languages_user_fixture.php
language_fixture.php

But as soon as I add following to users_controller.test.php
var $fixtures = array( 'user');
or
var $fixtures = array( 'user', 'language');
I get the error message:
Missing Database Table
Error:  Database table test_suite_languages for model Language was not
found.

What do I have to do?

thx
Aurelius
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to