Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 188 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 188 Bytes

Testing, it's good for you.

Setup PHPUnit

pear channel-discover pear.php.unit
pear install -f phpunit/phpunit

Run tests :)

phpunit tests/XMLKMLCreateTestCase.php