Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | final class RegexNormalizerTest extends TestCase |
||
18 | { |
||
19 | public function testNormalize(): void |
||
20 | { |
||
21 | $normalizer = new RegexNormalizer(); |
||
22 | |||
23 | $matcher = new class('/^Foo(.*)/(.*)/', 2) extends RegexMatcher { |
||
24 | public function getName() |
||
39 | |||
40 | public function testSupportsNormalization(): void |
||
47 | } |
||
48 |