Skip to content

Instantly share code, notes, and snippets.

@mustafaaloko
Created March 22, 2019 17:56
Show Gist options
  • Save mustafaaloko/e5de9cf8442a25e80ef358e4c367f674 to your computer and use it in GitHub Desktop.
Save mustafaaloko/e5de9cf8442a25e80ef358e4c367f674 to your computer and use it in GitHub Desktop.
Test with Macro
<?php
/** @test */
public function it_creates_a_user()
{
$response = $this->json('POST', '/api/user', ['name' => 'Ahmad']);
$response->assertCreated();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment