예제 #1
0
 public function setUp()
 {
     $this->entity = new UsherUser();
     $this->entity->setActivationCode(new ActivationCode('code'));
 }