Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 24, 2023
1 parent 6099a35 commit 6f19c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/php/workflow/tests/State/StateRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function getCases(): array
{
return [
[new MemoryStateRepository()],
[new FileSystemStateRepository(__DIR__.'/../var/state')],
[new FileSystemStateRepository(sys_get_temp_dir().'/workflow-state')],
];
}
}

0 comments on commit 6f19c5d

Please sign in to comment.