Source

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