Example #1
0
 function it_throws_exception_if_override_has_undefined_template(OverrideInterface $override)
 {
     $override->getTemplate()->shouldBeCalled()->willReturn(null);
     $this->shouldThrow('InvalidArgumentException')->duringAdd($override);
 }