- Adds unit test

This commit is contained in:
Vlad
2016-09-21 14:01:21 -04:00
parent c4d9e85dff
commit 13ed3aa3b9
2 changed files with 114 additions and 0 deletions

View File

@@ -35,3 +35,12 @@ Fixtures::add(
'newsletter_subject_template',
'Newsletter for [subscriber:firstname]'
);
Fixtures::add(
'subscriber_template',
array(
'first_name' => 'John',
'last_name' => 'John',
'email' => 'john.doe@example.com'
)
);