Skip to content

Commit 2bd34d6

Browse files
committed
fix: create temp folder
Signed-off-by: Vitor Mattos <[email protected]>
1 parent bab0911 commit 2bd34d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Runtime/JavaRuntimeServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class JavaRuntimeServiceTest extends TestCase
1818
public string $testTmpDir = '';
1919
protected function setUp(): void {
2020
$this->testTmpDir = sys_get_temp_dir() . '/jsignpdf_temp_dir_' . uniqid();
21+
mkdir(directory: $this->testTmpDir, recursive: true);
2122
}
2223

2324
public function testGetPathWhenJavaIsInstalled(): void {

0 commit comments

Comments
 (0)