fruit/sfCacheTaggingPlugin

Doctrine_Record::getTags() returns tags not recursively

Closed this issue · 2 comments

Should return tags NOT recursively:
Doctrine_Record::getTags(false);

Should return tags recursively:
Doctrine_Record::getTags(true);
Doctrine_Record::getTags();

Equal behavior for Doctrine_Collection::getTags()

Seems to be an old sfCachetaggableDoctrineRecord class in current project. Anyway, add tests on that.

I18n behavior closed by 8660124, added tests on getTags() closed by 8660124