silverstripe-framework/docs/en/topics/testing
Sean Harvey 0ee3a683a5 Better support for overloading start and destroy methods in Session
Move functionality from static start and destroy functions into instance
methods, allowing these to be overloaded. This works the same way as
calling Session::set() which then in turn calls inst_set()

Additionally use Injector to create the default Session instance to
allow the class to be swapped out.
2014-06-20 10:35:53 +12:00
..
creating-a-functional-test.md Better support for overloading start and destroy methods in Session 2014-06-20 10:35:53 +12:00
creating-a-silverstripe-test.md FIX: Documentation for Silverstripe Test 2014-01-02 11:38:43 +00:00
fixtures.md Add support for many_many_extraField in YAML 2014-02-24 22:03:53 +13:00
glossary.md Squashing previous corrections into one commit along with a couple more 2013-09-24 19:21:04 +01:00
index.md Updating unit and integration testing documentation. 2013-10-04 14:29:14 +13:00
testing-email.md Don't think the syntax highlighter likes my indentation with spaces. 2013-09-24 21:09:30 +01:00
testing-guide-troubleshooting.md Updating unit and integration testing documentation. 2013-10-04 14:29:14 +13:00
why-should-i-test.md Changes to topics/testing 2013-09-12 18:22:46 +01:00