| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 1 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 13 | public function testApplicationValidator() | ||
| 14 |     { | ||
| 15 | // TODO: finish test | ||
| 16 | // $application = JobApplication::find(5); | ||
| 17 | // $validator = new ApplicationValidator(); | ||
| 18 | // print_r($validator->essentialSkillsValidator($application)->getRules()); | ||
| 19 | // // print_r($application->toArray()); | ||
| 20 | // $this->assertFalse($validator->essentialSkillsComplete($application)); | ||
| 21 | $this->assertTrue(true); | ||
| 22 | } | ||
| 24 |