PMCORE-2583

This commit is contained in:
Paula Quispe
2020-12-18 10:10:49 -04:00
parent a460fa65e2
commit ce99be2d56
13 changed files with 321 additions and 856 deletions

View File

@@ -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
*