Skip to content

Commit

Permalink
Removing xml helper. Use SimpleXML instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jul 27, 2010
1 parent 294bef6 commit 43d4909
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 460 deletions.
172 changes: 0 additions & 172 deletions cake/libs/view/helpers/xml.php

This file was deleted.

1 change: 0 additions & 1 deletion cake/tests/cases/libs/all_xml.test.php
Expand Up @@ -38,7 +38,6 @@ public static function suite() {

$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'xml.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS . 'rss.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS . 'xml.test.php');
return $suite;
}
}

0 comments on commit 43d4909

Please sign in to comment.