コード例 #1
0
ファイル: EventTest.php プロジェクト: onebip/recruiter
 public function testHasTagReturnsFalseWhenTheExportedJobDoesNotContainTags()
 {
     $event = new Event([]);
     $this->assertFalse($event->hasTag('inexistant-tag'));
 }