Moving from Laravel TestCase to \PHPUnit_Framework_TestCase

This commit is contained in:
Ismo Vuorinen
2017-02-08 14:49:53 +02:00
parent 239f5d718c
commit 1dc771dfaa
2 changed files with 2 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
<?php
namespace Superhelio\Commands;
use Tests\TestCase;
use Superhelio\Commands\Commands\Reload;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class ReloadTest extends TestCase
class ReloadTest extends \PHPUnit_Framework_TestCase
{
public function testReloadTest()
{