示例#1
0
 public function case_stream_cast_as_stream()
 {
     $this->given($wrapper = new SUT())->when($result = $wrapper->stream_cast(STREAM_CAST_AS_STREAM))->then->boolean($result)->isFalse();
 }