tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Refactor ViewFile #320

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

Refactor ViewFile to only consume an AbstractSource and provide a wrapper for the template to access helper methods found within ViewFileTrait.

Also write a proper unit test for this class the trait.