/** * @expectedException \LogicException */ public function testWriteWithoutStart() { $writer = new XmlWriter(new TempFile()); $writer->write('<foo>Bar</foo>'); }