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