silverstripe / silverstripe-omnipay

Silverstripe integration with Omnipay PHP payments library.
BSD 3-Clause "New" or "Revised" License
39 stars 67 forks source link

Make it easy to test apps #47

Open jedateach opened 10 years ago

jedateach commented 10 years ago

It is tricky to write unit tests for apps that use the omnipay module. You currently need to replicate much of the setup used in the omnipay tests.

Currently difficult:

This needs to be documented.

It may be worth making this improvement at the same time as upgrading to omnipay v2 #23

Also, worth documenting is how to mimic another running session, by creating a new TestSession during the test.

jedateach commented 9 years ago

Related #71