Ad
  • Custom User Avatar

    Need better tests as others said and I really dislike the class without an interface for the Mock implementation, the code should provide us with an interface (pretty much what you wrote on the description) and the user should be forced to implement a mock version (and if he wants a real one too). The tests should verify that it all works.