Skip to content

Instantly share code, notes, and snippets.

Created May 7, 2014 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/87859165aad78ee208a0 to your computer and use it in GitHub Desktop.
Save anonymous/87859165aad78ee208a0 to your computer and use it in GitHub Desktop.
/** @test */
public function it_creates_a_new_partner_given_valid_parameters()
{
$this->getJson('api/v1/partners', 'POST', $this->getStub());
$this->assertResponseStatus(201);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment