mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix failing test.
This commit is contained in:
parent
f3ca966623
commit
0e7b0ad111
1 changed files with 14 additions and 14 deletions
|
@ -768,11 +768,11 @@ class RssHelperTest extends CakeTestCase {
|
|||
),
|
||||
'Alex',
|
||||
'/dc:creator',
|
||||
'description' => array(
|
||||
'xy:description' => array(
|
||||
'xmlns:dc' => 'http://link.com'
|
||||
),
|
||||
'descriptive words',
|
||||
'/description',
|
||||
'/xy:description',
|
||||
'/item'
|
||||
);
|
||||
$this->assertTags($result, $expected, true);
|
||||
|
|
Loading…
Reference in a new issue