mirror of
https://github.com/danog/parallel.git
synced 2024-11-30 04:39:01 +01:00
Update channel tests
This commit is contained in:
parent
fe293c09bb
commit
9197b9f0eb
@ -78,7 +78,7 @@ class ChannelledSocketTest extends TestCase
|
||||
|
||||
/**
|
||||
* @depends testSendReceive
|
||||
* @expectedException \Amp\Parallel\Sync\ChannelException
|
||||
* @expectedException \Amp\Parallel\Sync\SerializationException
|
||||
*/
|
||||
public function testSendUnserializableData()
|
||||
{
|
||||
|
@ -102,7 +102,7 @@ class ChannelledStreamTest extends TestCase
|
||||
|
||||
/**
|
||||
* @depends testSendReceive
|
||||
* @expectedException \Amp\Parallel\Sync\ChannelException
|
||||
* @expectedException \Amp\Parallel\Sync\SerializationException
|
||||
*/
|
||||
public function testSendUnserializableData()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user