1
0
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:
Aaron Piotrowski 2018-10-23 22:44:02 -05:00
parent fe293c09bb
commit 9197b9f0eb
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class ChannelledSocketTest extends TestCase
/**
* @depends testSendReceive
* @expectedException \Amp\Parallel\Sync\ChannelException
* @expectedException \Amp\Parallel\Sync\SerializationException
*/
public function testSendUnserializableData()
{

View File

@ -102,7 +102,7 @@ class ChannelledStreamTest extends TestCase
/**
* @depends testSendReceive
* @expectedException \Amp\Parallel\Sync\ChannelException
* @expectedException \Amp\Parallel\Sync\SerializationException
*/
public function testSendUnserializableData()
{