Skip to content

Commit

Permalink
Removing two helpers from the exclusions as they don't cause issues a…
Browse files Browse the repository at this point in the history
…nymore.
  • Loading branch information
markstory committed Aug 11, 2010
1 parent fdfe806 commit 3d5d6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/all_helpers.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function suite() {
$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', 'cache.test.php', 'session.test.php');
$segfaulty = array('cache.test.php');

foreach ($helperIterator as $i => $file) {
if (!$file->isDot() && !in_array($file->getFilename(), $segfaulty)) {
Expand Down

0 comments on commit 3d5d6f6

Please sign in to comment.