Closed danon closed 3 years ago
Test RouteFileGeneratorTest only checked strlen($expected) == strlen($actual) which could lead to many false positives.
RouteFileGeneratorTest
strlen($expected) == strlen($actual)
For example, when I removed the file logic and added return 0; the test passed :|
return 0;
@bbankowski
Test
RouteFileGeneratorTest
only checkedstrlen($expected) == strlen($actual)
which could lead to many false positives.For example, when I removed the file logic and added
return 0;
the test passed :|