コード例 #1
0
ファイル: ApiKeyTest.php プロジェクト: blast007/bzion
 protected function setUp()
 {
     $this->connectToDatabase();
     $this->owner = $this->getNewPlayer();
     $this->key = ApiKey::createKey("Sample Key", $this->owner->getId());
 }