mirror of
https://github.com/superhelio/commands.git
synced 2026-01-31 19:47:00 +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\Gozer;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
class GozerTest extends TestCase
|
||||
class GozerTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testGozerTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user