public function testProcessTemplate()
 {
     $this->mockModel();
     $this->model->setId('customer_create_account_email_template');
     $this->assertContains('<body', $this->model->processTemplate());
 }