On Jan 30, 2008 2:55 PM, Greg Donald <[EMAIL PROTECTED]> wrote:
> If you only need to test data integrity then it seems good enough.  I
> would argue that being able to test xhr requests is a basic
> requirement at this stage in web development.

how exactly do you test an xhr request?
my suspicion is that you would just set data in superglobal
arrays, eg.
$_POST['somevar'] = ' blah';

i dont really see what the difference between an xhr request
and a non-xhr request is in the context of a unit test.
its still http..

-nathan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to