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

Commit

Permalink
wip incomplete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Aug 14, 2020
1 parent c543bbc commit b7a00ba
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Channels/ChannelReplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ public function setUp(): void

$this->runOnlyOnRedisReplication();
}

public function test_not_implemented()
{
$this->markTestIncomplete(
'Not yet implemented tests.'
);
}
}
7 changes: 7 additions & 0 deletions tests/Channels/PrivateChannelReplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ public function setUp(): void

$this->runOnlyOnRedisReplication();
}

public function test_not_implemented()
{
$this->markTestIncomplete(
'Not yet implemented tests.'
);
}
}
7 changes: 7 additions & 0 deletions tests/HttpApi/FetchChannelsReplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ public function setUp(): void

$this->runOnlyOnRedisReplication();
}

public function test_not_implemented()
{
$this->markTestIncomplete(
'Not yet implemented tests.'
);
}
}
7 changes: 7 additions & 0 deletions tests/HttpApi/FetchUsersReplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ public function setUp(): void

$this->runOnlyOnRedisReplication();
}

public function test_not_implemented()
{
$this->markTestIncomplete(
'Not yet implemented tests.'
);
}
}

0 comments on commit b7a00ba

Please sign in to comment.