예제 #1
0
 /** @test */
 public function it_can_access_the_events()
 {
     $event = $this->getEvents();
     $this->track->addEvent($event);
     $this->assertTrue($this->track->hasEvents());
     $this->assertCount(1, $this->track->events());
 }