re-add missing stub files

This commit is contained in:
Nabeel Shahzad
2017-12-13 22:24:41 -06:00
parent 346ccfbd66
commit a3ec21c73d
42 changed files with 1250 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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);
}
}