Skip to content

Commit 48a229e

Browse files
committed
Fix test
1 parent bd936ef commit 48a229e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Script/Processor/CleanUpTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ public function testPharFileWasRemoved()
7272
->willReturn([]);
7373

7474
$this->helper
75-
->expects($this->once())
76-
->method('getFilesystem')
77-
->willReturn(new Filesystem);
75+
->expects($this->never())
76+
->method('getFilesystem');
7877

7978
$processor = $this->getProcessor();
8079
$processor->cleanUp();

0 commit comments

Comments
 (0)