usebb / UseBB

UseBB is an out of development, light and Open Source PHP based forum system.
http://www.usebb.net/
GNU General Public License v2.0
25 stars 12 forks source link

Mocking objects in tests #104

Open dietrichm opened 12 years ago

dietrichm commented 12 years ago

Currenty, the tests are quite heavy, since they initialize big parts of the system only to test one small component.

The code needs to be adapted so that object mocking is feasible. Afterwards, the existing tests need to be changed.

dietrichm commented 12 years ago

After a long period of silence, I continued this and now half of the tests are reworked with mocks and 100% coverage. This ticket should be done within a week (or two).