unematiii / wp-shortcode-tree

Parses (nested) shortcodes into tree hierarcy.
MIT License
3 stars 1 forks source link

added phpunit and coveralls config and initial test for README example #3

Closed Connum closed 4 years ago

Connum commented 4 years ago

I added phpunit and coveralls configuration and also an initial test for the example from the README. Build Status Coverage Status I plan on adding more unit tests soon.

unematiii commented 4 years ago

Holy s**t, thank you so much! LGTM! But before that, I'm thinking, can we move bootstrap.php separate from class implementation, maybe into /tests?

Connum commented 4 years ago

Holy s**t, thank you so much! LGTM! But before that, I'm thinking, can we move bootstrap.php separate from class implementation, maybe into /tests?

I actually had exactly that thought and then completely forgot about it again before committing and creating the PR. 😅 Done and merged the master branch back in.