#(c) 2012 Andrew Coulton
- Use .md extension for userguide links so that they can be read on github (requires latest version of Kohana 3.2 to browse in the userguide module)
- Provides a base unittest testcase class for common assertions and requirements (see issue #4)
- Explicitly sets Request content-length header if not present - fixes #5
- Only requires vfsStream to run Mimic's own unit tests - previously caused an error if trying to run other testcases in the project without vfsStream installed.
- First version