public function testGetSubject()
 {
     $this->mockModel();
     $this->model->setVars(['foo', 'bar', 'baz']);
     $this->assertEquals('Subject', $this->model->getSubject());
 }