From 361320487638884b40d00f8e090655ccae7fd17f Mon Sep 17 00:00:00 2001 From: Stefan Giehl <stefan.giehl@mayflower.de> Date: Mon, 9 Oct 2017 12:50:22 +0200 Subject: [PATCH] fix test --- plugins/Marketplace/tests/System/Api/ClientTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Marketplace/tests/System/Api/ClientTest.php b/plugins/Marketplace/tests/System/Api/ClientTest.php index 7011ebb837..f9af844f55 100644 --- a/plugins/Marketplace/tests/System/Api/ClientTest.php +++ b/plugins/Marketplace/tests/System/Api/ClientTest.php @@ -76,6 +76,7 @@ class ClientTest extends SystemTestCase 'featured', 'isFree', 'isPaid', + 'isBundle', 'isCustomPlugin', 'shop', 'versions', -- GitLab