Skip to content

Instantly share code, notes, and snippets.

@shakyl333
Last active November 1, 2017 12:45
Show Gist options
  • Save shakyl333/6868389b966d08c40d59cb6fb95c92db to your computer and use it in GitHub Desktop.
Save shakyl333/6868389b966d08c40d59cb6fb95c92db to your computer and use it in GitHub Desktop.
New Test Class
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\DatabaseMigrations;
class FooTest extends TestCase
{
use DatabaseMigrations;
/** @test */
public function it_${1}()
{
${2};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment