Skip to content

Commit 027384b

Browse files
committed
refactred to use metadata
1 parent eafcf53 commit 027384b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Codeception/Module/Sequence.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use Codeception\Module as CodeceptionModule;
55
use Codeception\Exception\ModuleException;
6-
use Codeception\TestCase;
6+
use Codeception\Testable;
77

88
/**
99
* Sequence solves data cleanup issue in alternative way.
@@ -55,7 +55,7 @@ class Sequence extends CodeceptionModule
5555
{
5656
public static $hash = array();
5757

58-
public function _after(TestCase $t)
58+
public function _after(Testable $t)
5959
{
6060
self::$hash = [];
6161
}

0 commit comments

Comments
 (0)