Skip to content

Instantly share code, notes, and snippets.

@mageekguy
Created July 27, 2012 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mageekguy/3188793 to your computer and use it in GitHub Desktop.
Save mageekguy/3188793 to your computer and use it in GitHub Desktop.
<?php
$request = new atoum\fpm\request();
$request->request_method = 'GET';
$request->script_filename = __DIR__ . DIRECTORY_SEPARATOR . 'post.php';
$request->query_string = 'query=1234';
var_dump($request(new atoum\fpm\client('127.0.0.1', '9000')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment