Skip to content

Commit e846b40

Browse files
authored
Moved Filesystem double to filesystem package (#1753)
1 parent 6158974 commit e846b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/etl/tests/Flow/ETL/Tests/Integration/Filesystem/FilesystemStreams/Partitioned/OverwriteModeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
use function Flow\ETL\DSL\overwrite;
88
use Flow\ETL\Filesystem\{FilesystemStreams};
9-
use Flow\ETL\Tests\Double\FakeNativeLocalFilesystem;
109
use Flow\ETL\Tests\Integration\Filesystem\FilesystemStreams\FilesystemStreamsTestCase;
1110
use Flow\Filesystem\{FilesystemTable, Partition, Path};
11+
use Flow\Filesystem\Tests\Double\FakeNativeLocalFilesystem;
1212

1313
final class OverwriteModeTest extends FilesystemStreamsTestCase
1414
{

src/core/etl/tests/Flow/ETL/Tests/Double/FakeNativeLocalFilesystem.php renamed to src/lib/filesystem/tests/Flow/Filesystem/Tests/Double/FakeNativeLocalFilesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Flow\ETL\Tests\Double;
5+
namespace Flow\Filesystem\Tests\Double;
66

77
use Flow\Filesystem\{DestinationStream, FileStatus, Filesystem, Path, Protocol, SourceStream};
88
use Flow\Filesystem\Exception\{InvalidArgumentException, RuntimeException};

0 commit comments

Comments
 (0)