Skip to content
Snippets Groups Projects

Hotline#13140 Fix User Key Reattach To Comments

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Laurent
    Laurent @llaffont started a thread on the diff
    Last updated by Patrick Barroca
    143 }
    144
    145
    146 /** @test */
    147 public function commentForEnCreuseShouldHaveUserInvite() {
    148 $this->assertEquals('invite', Class_AvisNotice::find(16)->getUser()->getLogin());
    149 }
    95 150 }
    96 151
    97 152
    153 /**
    154 * Storm Volatile persistence strategy filters empty values in find* methods
    155 * Storm Db one does not so we mock find* call to emulate Db behaviour
    156 */
    157 class CommentBiblioRecordWrongUserLibraryChangedTest extends CommentBiblioRecordFixUserTestCase {
    158 public function setUp() {
Please register or sign in to reply