config->set('AutoFormat', 'RemoveEmpty', true); } function testPreserve() { $this->assertResult('asdf'); } function testRemove() { $this->assertResult('', ''); } function testRemoveWithSpace() { $this->assertResult(' ', ''); } function testRemoveWithAttr() { $this->assertResult('', ''); } function testRemoveIdAndName() { $this->assertResult('', ''); } function testPreserveColgroup() { $this->assertResult('