Fixtures for many-to-many association

Hi there,

I have a typical many-to-many association (products and categories) and I would like to test this association between them. I have fixtures for products and categories but since there is no categories_product model I’m not sure how to enter the association.

Any help will be much appreciated.

Thanks, Paul