From cf9f9613e5f7c9ac34fa0a7f9425ba548c074bcb Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Mon, 13 May 2019 19:00:11 -0400 Subject: [PATCH] [#13002] - Fixed docblock --- tests/integration/Mvc/Model/SaveCest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/Mvc/Model/SaveCest.php b/tests/integration/Mvc/Model/SaveCest.php index 5bd0e0902b7..b95a459f353 100644 --- a/tests/integration/Mvc/Model/SaveCest.php +++ b/tests/integration/Mvc/Model/SaveCest.php @@ -39,8 +39,6 @@ public function _before(IntegrationTester $I) /** * Tests Phalcon\Mvc\Model :: save() * - * @dataProvider getFunctions - * * @author Balázs Németh * @since 2019-04-30 * @author Phalcon Team