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