Skip to content

Instantly share code, notes, and snippets.

View hotwax2016's full-sized avatar

Ruchinara Samaranayake hotwax2016

  • Colombo, Sri Lanka
View GitHub Profile
@hotwax2016
hotwax2016 / TestCase.php
Created May 14, 2021 07:10 — forked from fourstacks/TestCase.php
Example TestCase using Laravel 8 model factories
<?php
namespace Tests;
use Illuminate\Database\Eloquent\Factories\Factory;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
use Illuminate\Support\Str;
abstract class TestCase extends BaseTestCase
{
@hotwax2016
hotwax2016 / cloudSettings
Last active August 31, 2020 14:35 — forked from sarthaksavvy/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-01-29T09:00:59.907Z","extensionVersion":"v3.4.3"}