mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-25 17:53:44 +02:00
Addition of repository to ease testing and maintainability
This commit is contained in:
@@ -2,15 +2,16 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Mockery as m;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
use CreatesApplication, DatabaseTransactions;
|
||||
use CreatesApplication;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
m::close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user