From 512efd8955e9ca399cf2cdbae377e2d4e8c53a3e Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sat, 6 Jun 2026 11:06:29 +0200 Subject: [PATCH] Test arguments in ScandalousTest --- tests/ScandalousTest.php | 1 + 1 file changed, 1 insertion(+) 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);