1 | <?php |
||
21 | final class SlugGeneratorSpec extends ObjectBehavior |
||
22 | { |
||
23 | function it_is_initializable() |
||
27 | |||
28 | function it_implements_slug_generator_interface() |
||
32 | |||
33 | function it_generates_slug_based_on_given_name() |
||
38 | |||
39 | function it_generates_slug_without_punctuation_marks() |
||
45 | |||
46 | function it_generates_slug_without_special_signs() |
||
50 | } |
||
51 |