mirror of
https://github.com/superhelio/commands.git
synced 2026-01-26 11:44:01 +00:00
Moving from Laravel TestCase to \PHPUnit_Framework_TestCase
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user