Skip to content

Commit 1ff7992

Browse files
committed
Updated base test case for avro
1 parent 911c20f commit 1ff7992

File tree

1 file changed

+2
-3
lines changed
  • src/adapter/etl-adapter-avro/tests/Flow/ETL/Adapter/Avro/Tests/Integration

1 file changed

+2
-3
lines changed

src/adapter/etl-adapter-avro/tests/Flow/ETL/Adapter/Avro/Tests/Integration/AvroTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
use function Flow\ETL\DSL\Adapter\Avro\{to_avro};
88
use Flow\ETL\Adapter\Avro\FlixTech\AvroExtractor;
99
use Flow\ETL\Extractor\Signal;
10-
use Flow\ETL\{Config, FlowContext};
10+
use Flow\ETL\{Config, FlowContext, Tests\FlowTestCase};
1111
use Flow\Filesystem\Path;
12-
use PHPUnit\Framework\TestCase;
1312

14-
final class AvroTest extends TestCase
13+
final class AvroTest extends FlowTestCase
1514
{
1615
protected function setUp() : void
1716
{

0 commit comments

Comments
 (0)