コード例 #1
0
ファイル: JobTest.php プロジェクト: jobles/core-php
 public function testGetKey()
 {
     $this->assertEquals('job_key', $this->job->getKey());
 }