yeslogic / prince-php-wrapper

PHP wrapper class for Prince HTML to PDF formatter
https://www.princexml.com
MIT License
16 stars 7 forks source link

Support more command line options #7

Closed adrianwong closed 2 years ago

adrianwong commented 2 years ago

Looks good, how much testing has it had?

I've run it through a similar set of integration tests that I subjected the Java and C# wrappers to. Unlike those wrappers, I didn't hook these tests up to PHP's testing framework (PHPUnit 4) as I wasn't quite sure how to set it up.

Would you like me to commit the test file to a separate branch?

mikeday commented 2 years ago

Committing the test file somewhere sounds like a good idea, for future use.