Adds method to return subscriber fields

This commit is contained in:
Vlad
2017-05-10 20:49:14 -04:00
parent cedd94550f
commit 5e34bbf9d5
3 changed files with 36 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class CustomFieldTest extends MailPoetTest {
function _before() {
$this->data = array(
'name' => 'City',
'type' => 'text',
'type' => CustomField::TYPE_TEXT,
'params' => array(
'label' => 'What is your city?'
)