PMCORE-3599

This commit is contained in:
Paula Quispe
2021-12-14 17:37:04 -04:00
parent d4beed9ae9
commit ba1562001b
32 changed files with 796 additions and 12 deletions

View File

@@ -6,9 +6,13 @@ use G;
use ProcessMaker\Model\UserConfig;
use Tests\TestCase;
/**
* Class UserConfigTest
*
* @coversDefaultClass \ProcessMaker\Model\UserConfig
*/
class UserConfigTest extends TestCase
{
/**
* Setup method,
*/