backdrop-contrib / honeypot

Backdrop port of Drupal module. Uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your site.
GNU General Public License v2.0
3 stars 1 forks source link

Honeypot tests need to be restructured for Backdrop CMS #5

Closed jenlampton closed 9 years ago

jenlampton commented 9 years ago
files[] = honeypot.test

See admin_bar module in core for a good example.

herbdool commented 9 years ago

Thanks Jen. I've restructured this. And removed a test class related to integration with Triggers.

I think I will try out the tests before making another release. Would also be good to breakup the one class into multiple ones since it seems to combine all combos into one. That would be good practice for me.

herbdool commented 9 years ago

Okay, I've fixed some issues with the tests and all tests are now passing. I think it's ready for minor release.