コード例 #1
0
ファイル: JobTest.php プロジェクト: jobles/core-php
 public function testGetViewUrl()
 {
     $this->assertEquals('http://job.url/pt-br/job-12345', $this->job->getViewUrl());
 }