diff --git a/src/Test/FileSystemTestCase.php b/src/Test/FileSystemTestCase.php index 17e5fa8d3..84ea49117 100644 --- a/src/Test/FileSystemTestCase.php +++ b/src/Test/FileSystemTestCase.php @@ -21,6 +21,6 @@ abstract class FileSystemTestCase extends \Fidry\FileSystem\Test\FileSystemTestC { public static function getTmpDirNamespace(): string { - return 'Box'; + return 'BoxTest'; } }