From b29e189cb5b25f7650d3aacaec1b26c3cba780a9 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 11 Jul 2018 16:28:09 +1200 Subject: [PATCH] Whitespace --- tests/TikaTextExtractorTest.php | 1 + 1 file changed, 1 insertion(+) 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();