mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing XmlTest to be compatible with PHPUnit
This commit is contained in:
parent
508d707a7a
commit
bc9479efcf
1 changed files with 0 additions and 1 deletions
|
@ -1340,7 +1340,6 @@ class XmlTest extends CakeTestCase {
|
||||||
$parentNode->append($string);
|
$parentNode->append($string);
|
||||||
$last =& $parentNode->last();
|
$last =& $parentNode->last();
|
||||||
$this->assertEqual($last->name, 'ourChildNode');
|
$this->assertEqual($last->name, 'ourChildNode');
|
||||||
|
|
||||||
$this->expectError();
|
$this->expectError();
|
||||||
$parentNode->append($parentNode);
|
$parentNode->append($parentNode);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue