mirror of
https://github.com/superhelio/commands.git
synced 2026-02-18 17:54:52 +00:00
Moving from Laravel TestCase to \PHPUnit_Framework_TestCase
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Superhelio\Commands;
|
namespace Superhelio\Commands;
|
||||||
|
|
||||||
use Tests\TestCase;
|
|
||||||
use Superhelio\Commands\Commands\Gozer;
|
use Superhelio\Commands\Commands\Gozer;
|
||||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||||
|
|
||||||
class GozerTest extends TestCase
|
class GozerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testGozerTest()
|
public function testGozerTest()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Superhelio\Commands;
|
namespace Superhelio\Commands;
|
||||||
|
|
||||||
use Tests\TestCase;
|
|
||||||
use Superhelio\Commands\Commands\Reload;
|
use Superhelio\Commands\Commands\Reload;
|
||||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||||
|
|
||||||
class ReloadTest extends TestCase
|
class ReloadTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testReloadTest()
|
public function testReloadTest()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user