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