mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Seems that htmlhelper test is fine now.
This commit is contained in:
parent
4556b6b2a2
commit
4b2e9d3879
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class HelperGroupTest extends CakeTestSuite {
|
||||||
$helperIterator = new DirectoryIterator(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS);
|
$helperIterator = new DirectoryIterator(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS);
|
||||||
|
|
||||||
// The following test cases cause segfaults for me.
|
// 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) {
|
foreach ($helperIterator as $i => $file) {
|
||||||
if (!$file->isDot() && !in_array($file->getFilename(), $segfaulty)) {
|
if (!$file->isDot() && !in_array($file->getFilename(), $segfaulty)) {
|
||||||
|
|
Loading…
Reference in a new issue