Skip to content

Instantly share code, notes, and snippets.

View teepluss's full-sized avatar

Maximus teepluss

View GitHub Profile
@ethaizone
ethaizone / ProductControllerTest.php
Last active November 24, 2015 17:08
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;