コード例 #1
0
ファイル: ActivatableTest.php プロジェクト: ymnl007/Usher
 public function setUp()
 {
     $this->entity = new UsherUser();
     $this->entity->setActivationCode(new ActivationCode('code'));
 }