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

Rework connection handling #1

Closed enygma closed 13 years ago

enygma commented 13 years ago

Instead of passing around arrays of information, update to pass the $http objects and allow methods to pull information from them (properties defined in the Assert, constructor auto-populates?)

IDEA: Queue system for $http instances to reference back to previous requests

enygma commented 13 years ago

done.