예제 #1
0
파일: JobTest.php 프로젝트: jobles/core-php
 public function testGetSalaryCurrencyCode()
 {
     $this->assertEquals('BRL', $this->job->getSalaryCurrencyCode());
 }