When attempting to list the available test cases ("admin/config/development/testing") on a migrated 6.20 site the following the message is displayed:

Fatal error: Cannot redeclare class FaqAccessTestClass in /var/www/html/cm7/sites/all/modules/faq_ask/faq_ask.test on line 232

Most probably this is a naming conflict and this class should be renamed to "Faq_AskAccessTestClass".

Comments

aagbsn’s picture

Status: Active » Needs review

I submitted a patch here: https://drupal.org/node/1024560 that resolves this issue also.

kmonty’s picture

Status: Needs review » Closed (duplicate)