Files
commands/tests/ReloadTest.php
2017-02-08 14:51:47 +02:00

15 lines
329 B
PHP

<?php
namespace Superhelio\Commands;
use Superhelio\Commands\Commands\Reload;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class ReloadTest extends \PHPUnit_Framework_TestCase
{
public function testReloadTest()
{
$this->assertTrue(true);
}
}