More fixes ...
[core.git] / inc / classes / interfaces / login / class_LoginableUser.php
index c9906c80267df92ddf9f826e68fc793af1e7ecd5..d1c26b3232017175ebb1e811c2dcca34be3f42e0 100644 (file)
@@ -32,6 +32,15 @@ interface LoginableUser extends FrameworkInterface {
         * @return      void
         */
        function doLogin (Requestable $requestInstance, Responseable $responseInstance);
+
+       /**
+        * Check if the implementation is correct. Only the request instance is
+        * needed as no redirect is done here.
+        *
+        * @param       $requestInstance        An instance of a Requestable class
+        * @return
+        */
+       function testLogin (Requestable $requestInstance);
 }
 
 // [EOF]