diff --git a/tests/ScandalousTest.php b/tests/ScandalousTest.php index 507fa8c..f56bb8a 100644 --- a/tests/ScandalousTest.php +++ b/tests/ScandalousTest.php @@ -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);