Skip to content

Commit 730d82e

Browse files
committed
refactor: rename tempDir from /program_storage_test to /program_saver_test
1 parent bc7cf16 commit 730d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ProgramSaverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class ProgramSaverTest extends TestCase
2727
protected function setUp(): void
2828
{
2929
parent::setUp();
30-
$this->tempDir = sys_get_temp_dir() . '/program_storage_test_' . uniqid();
30+
$this->tempDir = sys_get_temp_dir() . '/program_saver_test_' . uniqid();
3131
mkdir($this->tempDir, 0777, true);
3232
}
3333

0 commit comments

Comments
 (0)