コード例 #1
0
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->entity = new Domain();
     parent::setUp();
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->entity = new LoginToken();
     parent::setUp();
 }
コード例 #3
0
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->list = new DomainList();
     parent::setUp();
 }