You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace assert() with PHPUnit assertions in cache cleanup
PHP assert() can be disabled via zend.assertions=-1, making cleanup
failures invisible. Use self::assertTrue() / $this->assertTrue()
to ensure failures surface reliably in all environments.
0 commit comments