Skip to content

Commit

Permalink
Add Lumen extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Apr 25, 2015
1 parent 8335646 commit 67fd20e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Extensions/Lumen.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Laracasts\Integrated\Extensions;

use Laracasts\Integrated\Extensions\Traits\LaravelTestCase;
use Laravel\Lumen\Testing\TestCase;
use Laracasts\Integrated\Emulator;

abstract class Lumen extends TestCase implements Emulator
{
use LaravelTestCase;
}

0 comments on commit 67fd20e

Please sign in to comment.