From 808767aa57eb6e93d79acbceb07c70161fb1ffec Mon Sep 17 00:00:00 2001 From: Chi-teck Date: Tue, 15 May 2018 10:27:17 +0500 Subject: [PATCH] Update user-cancel test to match upstream DCG changes. --- tests/UserTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/UserTest.php b/tests/UserTest.php index 4d1a320330..9d75e3c453 100644 --- a/tests/UserTest.php +++ b/tests/UserTest.php @@ -109,6 +109,7 @@ public function testUserCancel() 'entity_type_id' => 'unish_article', 'entity_base_path' => 'admin/content/unish_article', 'fieldable' => 'no', + 'translatable' => 'no', 'revisionable' => 'no', 'template' => 'no', 'access_controller' => 'no',