mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
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:
parent
35ce49b41e
commit
2bdf2a7704
1 changed files with 0 additions and 5 deletions
|
@ -111,11 +111,6 @@ class XmlHelperTest extends UnitTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
function testHeader() {
|
function testHeader() {
|
||||||
$attrib = array();
|
|
||||||
$result = $this->Xml->header($attrib);
|
|
||||||
$expected = '<?xml version="1.0" encoding="UTF-8" ?>';
|
|
||||||
$this->assertIdentical($result, $expected);
|
|
||||||
|
|
||||||
$attrib = array(
|
$attrib = array(
|
||||||
'encoding' => 'UTF-8',
|
'encoding' => 'UTF-8',
|
||||||
'version' => '1.1'
|
'version' => '1.1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue