Ejemplo n.º 1
0
 function it_should_return_a_shows_slider_style(ScheduledShow $show)
 {
     $show->sliderStyle()->willReturn('display: none');
     $this->beConstructedThrough('fromScheduledShow', [$show]);
     $this->textStyle()->shouldBe('display: none');
 }