akoebbe / php_koans

Learn PHP with Koans using PHPUnit
MIT License
17 stars 16 forks source link

[12] - Running tests on PHP8.1 improved #13

Open LeWricka opened 2 years ago

LeWricka commented 2 years ago

Resolves #12

There were different errors when running the Koans with contemplate_koans.

In this PR, I remove the comtemplate_koans file which is really large and difficult to follow and I update the documentation to explain how to run the koans directly with phpunit, which is in fact (in my opinion) a more realistic way of running them.