예제 #1
0
파일: JobTest.php 프로젝트: jobles/core-php
 public function testisFeatured()
 {
     $this->assertFalse($this->job->isFeatured());
 }