Issue with cache under Simpletest

Created on 9 April 2013, almost 12 years ago
Updated 12 March 2025, 24 days ago

Hi, I have been using your module as part of a suite under Simpletest, and I have encountered some weird errors in cache processing, as reported here. I don't think the problem is yours but it manifests as a failure to unserialize the data. When seeking a workaround, I found that suppressing the notice as follows meant that all my tests succeeded:

<?php
    if ($cache->serialized) {
      $cache->data = @unserialize($cache->data);
    }
?>

This change is harmless as far as I can see so I'd ask you to consider it as without it there are puzzling test failures.

💬 Support request
Status

Closed: outdated

Component

Code

Created by

🇬🇧United Kingdom alfaguru

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024