NinoSkopac / PhpTikaWrapper

Simple PHP Wrapper for Apache Tika
60 stars 25 forks source link

Adding tests and methods getJson (--json) and getXmp (--xmp) #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

Adding PHPUnit tests and adding methods getJson (--json) and getXmp (--xmp). Updating the tika-app jar to v1.5.

bellecp commented 9 years ago

@ghost - I'm not familiar with phpunit configuration and how to run the tests you wrote (thank you!)

The command $ phpunit at the root finds phpunit.xml but does not execute any tests. Could you give me a hint on how to execute your test suite ?

(I may have broken the tests with the last commit that switches to psr4).