Ejemplo n.º 1
0
 /** @test */
 public function it_can_access_the_status()
 {
     $this->event->setStatus('delivered');
     $this->assertSame('delivered', $this->event->getStatus());
 }