Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit b7a00ba

Browse files
committed
wip incomplete tests
1 parent c543bbc commit b7a00ba

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

tests/Channels/ChannelReplicationTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ public function setUp(): void
1515

1616
$this->runOnlyOnRedisReplication();
1717
}
18+
19+
public function test_not_implemented()
20+
{
21+
$this->markTestIncomplete(
22+
'Not yet implemented tests.'
23+
);
24+
}
1825
}

tests/Channels/PrivateChannelReplicationTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ public function setUp(): void
1515

1616
$this->runOnlyOnRedisReplication();
1717
}
18+
19+
public function test_not_implemented()
20+
{
21+
$this->markTestIncomplete(
22+
'Not yet implemented tests.'
23+
);
24+
}
1825
}

tests/HttpApi/FetchChannelsReplicationTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ public function setUp(): void
1515

1616
$this->runOnlyOnRedisReplication();
1717
}
18+
19+
public function test_not_implemented()
20+
{
21+
$this->markTestIncomplete(
22+
'Not yet implemented tests.'
23+
);
24+
}
1825
}

tests/HttpApi/FetchUsersReplicationTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ public function setUp(): void
1515

1616
$this->runOnlyOnRedisReplication();
1717
}
18+
19+
public function test_not_implemented()
20+
{
21+
$this->markTestIncomplete(
22+
'Not yet implemented tests.'
23+
);
24+
}
1825
}

0 commit comments

Comments
 (0)