Skip to content

Instantly share code, notes, and snippets.

View teepluss's full-sized avatar

Maximus teepluss

View GitHub Profile
@teepluss
teepluss / ProductControllerTest.php
Created November 24, 2015 17:08 — forked from ethaizone/ProductControllerTest.php
Laravel 5.1 - Run testcase with real model in memory.
<?php
use Illuminate\Foundation\Testing\DatabaseMigrations;
class ProductControllerTest extends TestCase
{
use DatabaseMigrations;
protected $testSubject = null;