Skip to content
mattfawcett edited this page Sep 13, 2010 · 2 revisions

Testing

Testing this extension was a bit of a pain as it uses 2 different databases so I couldn’t easily use fixtures and didn’t want to over use mocking and stubbing as I wanted to test the full stack. The best way to get the specs setup is to take a copy of your phpbb database as the test database and provided the field names haven’t changed in various versions of phpbb it should work.

Clone this wiki locally