kint-php / kint

Kint - Advanced PHP dumper
https://kint-php.github.io/kint/
MIT License
2.78k stars 292 forks source link

Improve test suite #26

Closed raveren closed 7 years ago

jnvsor commented 7 years ago

There's a test suite in the form of some basic TravisCI sanity (and code style) checks but the architecture of 2.x gives us plenty more in the way of testability.

As for feature demo - I've already tested and can confirm that you can dump a Kint render in a file and display it on a static site such as github pages so that will ideally provide a live feature demo that's easier to access than a test suite.

jnvsor commented 7 years ago

We have an actual test suite now! (Yay!)

Now all we need to do is write tests!... Yuck that sounds boring. I'll do it later. (Probably)