public function testWriteClosingParenthesis()
 {
     $access = new PhpStreamAccess($this->getStream());
     $access->writeClosingParenthesis();
     $this->assertEquals(")", $this->getStream()->getBinary());
 }