letsdrink / ouzo

Ouzo Framework - PHP MVC ORM
https://github.com/letsdrink/ouzo
MIT License
70 stars 8 forks source link

Test against real data in `RouteFileGeneratorTest`, not just `strlen($data)` #289

Closed danon closed 3 years ago

danon commented 3 years ago

Test RouteFileGeneratorTest only checked strlen($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 :|

danon commented 3 years ago

@bbankowski