antlr / antlr-php-runtime

PHP Runtime for ANTLR4
BSD 3-Clause "New" or "Revised" License
81 stars 19 forks source link

Implement automated tests #37

Closed denis-rossati closed 1 year ago

denis-rossati commented 1 year ago

✨ Request

I saw that there are lots of code and no automated tests. We should consider at least unitary tests to improve the code maintainability and maybe integration tests as well!

I have some free time to work this out on a daily basis after work. Let me know what you think and we can discuss what and how we can do :)

marcospassos commented 1 year ago

The ANTLR test suite functionally tests this runtime. But we do need unit tests for the runtime, indeed. Feel free to contribute!