5.8. Limitations

5.8.1. Traits

A trait cannot be mocked: Issue #66

5.8.2. Final Classes and Methods

Classes that are final will not be available to mock - an exception will be thrown if this is attempted.

This also applies to final methods.