Merge pull request #1097 from owncloud/refactor-send-message
split accountscontroller::send into testable chunks and add tests
No related branches found
No related tags found
Showing
- lib/account.php 94 additions, 17 deletionslib/account.php
- lib/controller/accountscontroller.php 32 additions, 61 deletionslib/controller/accountscontroller.php
- lib/mailbox.php 4 additions, 3 deletionslib/mailbox.php
- lib/model/imapmessage.php 96 additions, 5 deletionslib/model/imapmessage.php
- lib/model/imessage.php 121 additions, 0 deletionslib/model/imessage.php
- lib/model/message.php 232 additions, 0 deletionslib/model/message.php
- lib/model/replymessage.php 25 additions, 0 deletionslib/model/replymessage.php
- lib/service/iaccount.php 9 additions, 1 deletionlib/service/iaccount.php
- lib/service/unifiedaccount.php 9 additions, 0 deletionslib/service/unifiedaccount.php
- tests/controller/accountscontrollertest.php 136 additions, 21 deletionstests/controller/accountscontrollertest.php
- tests/controller/messagescontrollertest.php 1 addition, 1 deletiontests/controller/messagescontrollertest.php
- tests/model/imapmessagetest.php 13 additions, 6 deletionstests/model/imapmessagetest.php
- tests/model/messagetest.php 203 additions, 0 deletionstests/model/messagetest.php
- tests/model/replymessagetest.php 51 additions, 0 deletionstests/model/replymessagetest.php
Loading
Please register or sign in to comment