shawnbot / meta-template

:sparkles: Automagically convert Nunjucks templates into a variety of other formats!
52 stars 9 forks source link

Round out PHP features, add tests #14

Closed shawnbot closed 7 years ago

shawnbot commented 7 years ago

Hey, now we can do really basic stuff with PHP... Hooray?

Anyway, there's a PHP test suite now that passes most of the stuff. (The only pending test is the title filter, which there isn't a built-in PHP function for, and I'm not sure whether that should fail out of the box.)

One other change I've made here is to remove the explicit outer describe() calls in the format specs, because those are now generated by the name field in the corresponding YAML files.