Whitespace

This commit is contained in:
Steve Boyd 2018-07-11 16:28:09 +12:00 committed by GitHub
parent eebb738bd6
commit b29e189cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();