Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created March 14, 2017 09:55
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 amitaibu/a86e75496af7be366274497cc162c4b3 to your computer and use it in GitHub Desktop.
Save amitaibu/a86e75496af7be366274497cc162c4b3 to your computer and use it in GitHub Desktop.
$output = $handler->post('', $request);
$bid = entity_load('bid', $output[0]['id'], TRUE);
$this->assertEqual($bid->amount, 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment