Get rid of useless example tests

This commit is contained in:
Jonny Barnes 2017-09-12 15:07:50 +01:00
parent b1f15e52a0
commit 4057abb7e7
3 changed files with 0 additions and 63 deletions

View file

@ -1,19 +0,0 @@
<?php
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}