Skip to content

Commit

Permalink
Added deprecation annotation to EmailAssertTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed May 3, 2018
1 parent 3812dde commit 24426e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TestSuite/EmailAssertTrait.php
Expand Up @@ -23,6 +23,8 @@
* @method void assertSame($expected, $result, $message)
* @method void assertTextContains($needle, $haystack, $message)
* @method \PHPUnit_Framework_MockObject_MockBuilder getMockBuilder($className)
*
* @deprecated 3.7.0 Use Cake\TestSuite\EmailTrait instead
*/
trait EmailAssertTrait
{
Expand Down

0 comments on commit 24426e2

Please sign in to comment.