lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Introduce unit tests #13

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

Right now the only automatic tests possible are integration tests and they are not so easy to write.

Making the code more testable would improve the public interface the library as well.

This would be after #10.