diff --git a/tests/TikaTextExtractorTest.php b/tests/TikaTextExtractorTest.php index 3d6b6c6..afefe41 100644 --- a/tests/TikaTextExtractorTest.php +++ b/tests/TikaTextExtractorTest.php @@ -40,6 +40,7 @@ class TikaTextExtractorTest extends SapphireTest $this->assertTrue($extractor->supportsMime('text/html')); $this->assertFalse($extractor->supportsMime('application/not-supported')); } + public function testNormaliseVersion() { $extractor = new TikaServerTextExtractor();