Esempio n. 1
0
 /**
  * @memcheck
  */
 public function testCreateFromResource()
 {
     $stream = Stream::resource(STDIN);
     $this->assertInstanceOf('ION\\Stream', $stream);
     $this->assertEquals('stream', $stream->getType());
 }