silverstripe-textextraction/tests
Russell Michell f341010d7a FIX: First-pass SS4 compatibility.
- Added namespaces, use statements
- Added missing docblocks etc
- Uses SS4's new Cache system
- Uses proper environment vars
- Cannot instantiate 'FileTextCache' (interface) as a service. This can be configured through YML, so default to FileTextCache_Cache
- Modded YML config to make it run.
- Fixes to allow TIKA to actually get file contents.
- Addresses issues raised by @robbieaverill
- Rebased against github.com/silverstripe/silverstripe-textextraction:master
- Replaced `SS_Log` with Monolog.
2017-12-21 10:41:06 +13:00
..
fixtures BUG Improved HTMLTextExtractor, remove non-content tags 2012-09-06 13:41:21 +02:00
FileTextCacheDatabaseTest.php FIX: First-pass SS4 compatibility. 2017-12-21 10:41:06 +13:00
FileTextExtractableTest.php Converted to PSR-2 2015-11-18 17:07:31 +13:00
HTMLTextExtractorTest.php Converted to PSR-2 2015-11-18 17:07:31 +13:00
PDFTextExtractorTest.php API Whitelist bin paths for pdftotext 2016-02-25 16:40:25 +13:00
TikaTextExtractorTest.php Converted to PSR-2 2015-11-18 17:07:31 +13:00