1 | <?php |
||
15 | class WmsOverlayParserTest extends TestCase { |
||
16 | use PHPUnit4And6Compat; |
||
17 | |||
18 | public function testGivenValidInput_parserReturnsOverlayObject() { |
||
33 | |||
34 | public function testWhenStyleNameIsSpecified_getStyleNameReturnsIt() { |
||
46 | |||
47 | public function testWhenThereAreLessThanTwoSegments_parseExceptionIsThrown() { |
||
53 | |||
54 | } |
||
55 |