| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class EmailRecipientTest extends SapphireTest |
||
| 10 | { |
||
| 11 | protected static $fixture_file = 'EmailRecipientTest.yml'; |
||
| 12 | |||
| 13 | public function testShortcodesAreRenderedInEmailPreviewContent() |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @expectedException SilverStripe\ORM\ValidationException |
||
| 33 | * @expectedExceptionMessage "Send email to" address or field is required |
||
| 34 | */ |
||
| 35 | public function testEmptyRecipientFailsValidation() |
||
| 42 |