Skip to content

Commit

Permalink
Seems that htmlhelper test is fine now.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 13, 2010
1 parent 4556b6b commit 4b2e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/groups/helpers.group.php
Expand Up @@ -50,7 +50,7 @@ function __construct($theClass = '', $name = '') {
$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)) {
Expand Down

0 comments on commit 4b2e9d3

Please sign in to comment.