1 | <?php |
||
20 | class SelfRecipientTest extends \PHPUnit_Framework_TestCase |
||
21 | { |
||
22 | /** |
||
23 | * Class under test |
||
24 | * |
||
25 | * @var SelfRecipient |
||
26 | */ |
||
27 | private $selfRecipient; |
||
28 | |||
29 | public function setUp() |
||
33 | |||
34 | public function testValidatedBy() |
||
38 | |||
39 | public function testTargets() |
||
43 | |||
44 | public function testMessage() |
||
48 | } |
||
49 |