PMCORE-2583
This commit is contained in:
@@ -18,6 +18,15 @@ class ApplicationTest extends TestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* Set up function.
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
Application::query()->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test belongs to APP_CUR_USER
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user