removing one test from xml helper that would not work in a group test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6842 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-05-13 14:20:58 +00:00
parent 35ce49b41e
commit 2bdf2a7704

View file

@ -111,11 +111,6 @@ class XmlHelperTest extends UnitTestCase {
}
function testHeader() {
$attrib = array();
$result = $this->Xml->header($attrib);
$expected = '<?xml version="1.0" encoding="UTF-8" ?>';
$this->assertIdentical($result, $expected);
$attrib = array(
'encoding' => 'UTF-8',
'version' => '1.1'