1 | <?php |
||
22 | final class ThemeScreenshotFactorySpec extends ObjectBehavior |
||
23 | { |
||
24 | function it_is_initializable() |
||
28 | |||
29 | function it_implements_theme_screenshot_factory_interface() |
||
33 | |||
34 | function it_creates_a_screenshot_from_an_array() |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function getMatchers() |
||
65 | } |
||
66 |