Navigation Menu

Skip to content

Commit

Permalink
[#13002] - Fixed tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 15, 2019
1 parent cf9f961 commit b48ac60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/Mvc/Model/SaveCest.php
Expand Up @@ -12,7 +12,6 @@

namespace Phalcon\Test\Integration\Mvc\Model;

use Codeception\Example;
use IntegrationTester;
use Phalcon\Mvc\Model;
use Phalcon\Test\Fixtures\Traits\DiTrait;
Expand Down Expand Up @@ -44,7 +43,7 @@ public function _before(IntegrationTester $I)
* @author Phalcon Team <team@phalconphp.com>
* @since 2019-05-10
*/
public function mvcModelSave(IntegrationTester $I, Example $function)
public function mvcModelSave(IntegrationTester $I)
{
$I->wantToTest('Mvc\Model - save()');

Expand Down

0 comments on commit b48ac60

Please sign in to comment.