Skip to content

Commit

Permalink
Fix stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
reimic committed Mar 22, 2024
1 parent bfcb6e4 commit 0fcf4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/steps/UnzipStepRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function before() {
$this->document_root = Path::makeAbsolute( 'test', sys_get_temp_dir() );
$this->runtime = new Runtime( $this->document_root );

$this->resource_manager = self::createStub(ResourceManager::class);
$this->resource_manager = $this->createMock( ResourceManager::class );

$this->step = new UnzipStepRunner();
$this->step->setRuntime( $this->runtime );
Expand Down

0 comments on commit 0fcf4d8

Please sign in to comment.