Skip to content

Commit 63416ed

Browse files
committed
Rename tests to match factory methods
1 parent 895a812 commit 63416ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/SingleRecvObservableTest.php renamed to tests/ChannelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
/**
1717
* @internal
1818
*/
19-
final class SingleRecvObservableTest extends AsyncTestCase
19+
final class ChannelTest extends AsyncTestCase
2020
{
2121
/**
2222
* @test
2323
*/
24-
public function recv(): void
24+
public function channel(): void
2525
{
2626
$d = bin2hex(random_bytes(13));
2727

tests/SingleRecvTest.php renamed to tests/SingleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
/**
2020
* @internal
2121
*/
22-
final class SingleRecvTest extends AsyncTestCase
22+
final class SingleTest extends AsyncTestCase
2323
{
2424
/**
2525
* @test
2626
*/
27-
public function recv(): void
27+
public function single(): void
2828
{
2929
$d = bin2hex(random_bytes(13));
3030

0 commit comments

Comments
 (0)