Extends
lithium\test\UnitSource
public function testOpen() {
$stream = new Stream($this->_testConfig);
$result = $stream->open();
$this->assertTrue($result);
$result = $stream->resource();
$this->assertTrue(is_resource($result));
}