Test arguments in ScandalousTest
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user