Seems that htmlhelper test is fine now.

This commit is contained in:
mark_story 2010-06-12 23:42:53 -04:00
parent 4556b6b2a2
commit 4b2e9d3879

View file

@ -50,7 +50,7 @@ class HelperGroupTest extends CakeTestSuite {
$helperIterator = new DirectoryIterator(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS);
// The following test cases cause segfaults for me.
$segfaulty = array('form.test.php', 'html.test.php', 'cache.test.php', 'session.test.php');
$segfaulty = array('form.test.php', /*'html.test.php',*/ 'cache.test.php', 'session.test.php');
foreach ($helperIterator as $i => $file) {
if (!$file->isDot() && !in_array($file->getFilename(), $segfaulty)) {