Test arguments in ScandalousTest

This commit is contained in:
2026-06-06 11:06:29 +02:00
parent d327ac718a
commit 512efd8955

View File

@@ -17,6 +17,7 @@ final class ScandalousTest extends TestCase
$mockRunner
->expects($this->once())
->method('run')
->with(['lit', 'parse', 'path/to/pdffile.pdf'])
->willReturn('Mock extracted text content');
$extractor = new LiteParseExtractor($mockRunner);