diff --git a/src/QUI/Test/EventHandler.php b/src/QUI/Test/EventHandler.php index 3f9d9e60d625d09b80f049b6241ebbd73e64335c..d53f3307934262b9d4770413a16818d9c28dae3e 100644 --- a/src/QUI/Test/EventHandler.php +++ b/src/QUI/Test/EventHandler.php @@ -21,6 +21,8 @@ class EventHandler */ public static function onUserGetAvatar(UserInterfaces $User) { + return false; + return new ExternalImage( 'https://api.adorable.io/avatars/200/abott@adorable.png' );