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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_phpcs_errors-3085700-2.patch | 1.89 KB | jhedstrom |
Comments
Comment #2
jhedstromComment #4
jhedstrom