We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd936ef commit 48a229eCopy full SHA for 48a229e
tests/Script/Processor/CleanUpTest.php
@@ -72,9 +72,8 @@ public function testPharFileWasRemoved()
72
->willReturn([]);
73
74
$this->helper
75
- ->expects($this->once())
76
- ->method('getFilesystem')
77
- ->willReturn(new Filesystem);
+ ->expects($this->never())
+ ->method('getFilesystem');
78
79
$processor = $this->getProcessor();
80
$processor->cleanUp();
0 commit comments