enygma / frisk

An automated front-end unit testing testing tool written in PHP designed to mimic web requests and evaluate the response
http://testwithfrisk.com
14 stars 0 forks source link

cookie handling! #20

Open enygma opened 13 years ago

enygma commented 13 years ago

Cookies need to be accessible, maybe in the msgObj somewhere, so that multiple calls can reference them. Then you could do fun things like call a "logout" in tearDown and not have to worry about state - woo!