PMCORE-1948

This commit is contained in:
Paula Quispe
2020-07-28 18:15:09 -04:00
parent b795c12921
commit c7f1d2ae88
3 changed files with 2 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
namespace Tests\unit\workflow\engine\methods\cases;
use G;
use ProcessMaker\Model\AppDocument;
use ProcessMaker\Model\Documents;
use RBAC;
use Tests\TestCase;
@@ -31,7 +31,7 @@ class CasesShowDocumentTest extends TestCase
$RBAC = RBAC::getSingleton();
$RBAC->initRBAC();
$appDocument = factory(AppDocument::class)->create([
$appDocument = factory(Documents::class)->create([
'APP_DOC_FILENAME' => 'text.txt'
]);