transformed from align to style', array()), ); $this->assertIdentical($result, $expect); } // too lazy to check for global post and global pre public function testAttributeRemoved() { $token = new HTMLPurifier_Token_Start('p', array('foobar' => 'right'), 1); $this->invoke($token); $result = $this->collector->getRaw(); $expect = array( array(1, E_ERROR, 'foobar attribute on
removed', array()), ); $this->assertIdentical($result, $expect); } } // vim: et sw=4 sts=4