Delete all of the installer stuff from the 3rd party plugin

This commit is contained in:
Nabeel Shahzad
2017-12-13 20:36:51 -06:00
parent a7d4ab64e5
commit 346ccfbd66
73 changed files with 1 additions and 3538 deletions

View File

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