wip incomplete tests
This commit is contained in:
parent
c543bbc910
commit
b7a00baaaa
|
|
@ -15,4 +15,11 @@ class ChannelReplicationTest extends TestCase
|
||||||
|
|
||||||
$this->runOnlyOnRedisReplication();
|
$this->runOnlyOnRedisReplication();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function test_not_implemented()
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete(
|
||||||
|
'Not yet implemented tests.'
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,11 @@ class PrivateChannelReplicationTest extends TestCase
|
||||||
|
|
||||||
$this->runOnlyOnRedisReplication();
|
$this->runOnlyOnRedisReplication();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function test_not_implemented()
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete(
|
||||||
|
'Not yet implemented tests.'
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,11 @@ class FetchChannelsReplicationTest extends TestCase
|
||||||
|
|
||||||
$this->runOnlyOnRedisReplication();
|
$this->runOnlyOnRedisReplication();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function test_not_implemented()
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete(
|
||||||
|
'Not yet implemented tests.'
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,11 @@ class FetchUsersReplicationTest extends TestCase
|
||||||
|
|
||||||
$this->runOnlyOnRedisReplication();
|
$this->runOnlyOnRedisReplication();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function test_not_implemented()
|
||||||
|
{
|
||||||
|
$this->markTestIncomplete(
|
||||||
|
'Not yet implemented tests.'
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue