Skip to content

Commit

Permalink
test: Rename the temporary directory from Box into BoxTest (#1159)
Browse files Browse the repository at this point in the history
Closes #440.
  • Loading branch information
theofidry authored Nov 9, 2023
1 parent 1d08985 commit d188679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/FileSystemTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ abstract class FileSystemTestCase extends \Fidry\FileSystem\Test\FileSystemTestC
{
public static function getTmpDirNamespace(): string
{
return 'Box';
return 'BoxTest';
}
}

0 comments on commit d188679

Please sign in to comment.