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