| 1 | <?php |
||
| 24 | class TwigAdapterSpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function let(EngineInterface $twig) |
||
| 30 | |||
| 31 | function it_is_initializable() |
||
| 35 | |||
| 36 | function it_implements_renderer_adapter_interface() |
||
| 40 | |||
| 41 | function it_renders_sitemap($twig, SitemapInterface $sitemap, SitemapUrlInterface $productUrl) |
||
| 48 | } |
||
| 49 |