We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbfde93 + fc5fdeb commit b69f942Copy full SHA for b69f942
1 file changed
src/Codeception/Module/Sequence.php
@@ -53,7 +53,7 @@
53
class Sequence extends \Codeception\Module
54
{
55
56
- static $hash = [];
+ public static $hash = array();
57
58
public function _after(TestCase $t)
59
0 commit comments