Extends
lithium\test\UnitSource
public function testEof() {
$stream = new Context($this->_testConfig);
$this->assertTrue(true, $stream->eof());
}
public function testEof() {
$stream = new Context($this->_testConfig);
$this->assertTrue(true, $stream->eof());
}