Problem/Motivation

FILE: ...ules/message_notify/tests/src/Unit/Plugin/Notifier/EmailTest.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
 120 | WARNING | @expectedException tags should not be used, use
     |         | $this->setExpectedException() or
     |         | $this->expectException() instead
 121 | WARNING | @expectedExceptionMessage tags should not be used,
     |         | use $this->setExpectedException() or
     |         | $this->expectException() instead
 133 | WARNING | @expectedException tags should not be used, use
     |         | $this->setExpectedException() or
     |         | $this->expectException() instead
 134 | WARNING | @expectedExceptionMessage tags should not be used,
     |         | use $this->setExpectedException() or
     |         | $this->expectException() instead
----------------------------------------------------------------------

Time: 976ms; Memory: 8MB

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 fix_phpcs_errors-3085700-2.patch1.89 KBjhedstrom

Comments

jhedstrom created an issue. See original summary.

jhedstrom’s picture

Status: Active » Needs review
StatusFileSize
new1.89 KB

  • jhedstrom committed da13683 on 8.x-1.x
    Issue #3085700 by jhedstrom: Fix phpcs errors
    
jhedstrom’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.