Skip to content

Commit 78f58e6

Browse files
jakubkulhanclaude
andcommitted
Rename StreamTest to StreamInterfaceTest to better reflect its testing purpose
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7866b19 commit 78f58e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-access-kit-replication/test/StreamTest.php renamed to data-access-kit-replication/test/StreamInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Exception;
1111

1212
#[Group("unit")]
13-
class StreamTest extends TestCase
13+
class StreamInterfaceTest extends TestCase
1414
{
1515
public function testStreamClassExists(): void
1616
{

0 commit comments

Comments
 (0)