Reply to How to determine if a function has set a cookie?
Posted by Ian Collins on 02/12/07 22:01
I'm using PHPUnit to test some PHP scripts and I'd like to know if there
is a means of checking which cookies have been set by setcookie() in a
function under test.