Example #1
0
 public function testHasTagReturnsFalseWhenTheExportedJobDoesNotContainTags()
 {
     $event = new Event([]);
     $this->assertFalse($event->hasTag('inexistant-tag'));
 }