Update `TTestableConversationRelatedUserNotificationEvent`
authorMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 15:41:07 +0000 (17:41 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 15:41:07 +0000 (17:41 +0200)
See 5adcd1211aab013d1a09a2c1904b6fe6991bf4a8

files/lib/system/user/notification/event/TTestableConversationRelatedUserNotificationEvent.class.php

index 14d71f8998030257f8d827e88eb17d0cdd333279..c7c3668c8bf371fe9b661c591c38bbd0b21a9f91 100644 (file)
@@ -1,13 +1,20 @@
 <?php
 namespace wcf\system\user\notification\event;
-use wcf\data\conversation\Conversation;
-use wcf\data\conversation\ConversationAction;
 use wcf\data\conversation\message\ConversationMessage;
 use wcf\data\conversation\message\ConversationMessageAction;
+use wcf\data\conversation\Conversation;
+use wcf\data\conversation\ConversationAction;
 use wcf\data\user\UserProfile;
 
 /**
- * TODO
+ * Provides methods to create conversations and conversation messages for testing
+ * user notification events.
+ *
+ * @author     Matthias Schmidt
+ * @copyright  2001-2017 WoltLab GmbH
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    WoltLabSuite\Core\System\User\Notification\Event
+ * @since      3.1
  */
 trait TTestableConversationRelatedUserNotificationEvent {
        /**