diff options
Diffstat (limited to 'test/StreamFilterTest.php')
-rw-r--r-- | test/StreamFilterTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/StreamFilterTest.php b/test/StreamFilterTest.php index d8c2162..56862ed 100644 --- a/test/StreamFilterTest.php +++ b/test/StreamFilterTest.php @@ -28,7 +28,6 @@ class StreamFilterTest extends PHPUnit_Framework_TestCase /** * @expectedException LogicException - * @expectedExceptionMessage The stream filter API can not be used */ public function testInitStreamFilterWithSplFileObject() { @@ -47,7 +46,6 @@ class StreamFilterTest extends PHPUnit_Framework_TestCase /** * @expectedException LogicException - * @expectedExceptionMessage The stream filter API can not be used */ public function testFailedprependStreamFilter() { @@ -58,7 +56,6 @@ class StreamFilterTest extends PHPUnit_Framework_TestCase /** * @expectedException LogicException - * @expectedExceptionMessage The stream filter API can not be used */ public function testFailedapppendStreamFilter() { @@ -69,7 +66,6 @@ class StreamFilterTest extends PHPUnit_Framework_TestCase /** * @expectedException OutOfBoundsException - * @expectedExceptionMessage the $mode should be a valid `STREAM_FILTER_*` constant */ public function testaddMultipleStreamFilter() { |