Skip to content

Commit 23f5d1b

Browse files
omnilightNaktibalda
authored andcommitted
Fixed action inclusion when includeInheritedActions is set to false (#3765)
1 parent 0e06a93 commit 23f5d1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Codeception/Module/UniversalFramework.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ public function __construct()
99
$this->client = new \Codeception\Lib\Connector\Universal();
1010
$this->client->setIndex(\Codeception\Configuration::dataDir().$index);
1111
}
12+
13+
public function useUniversalFramework()
14+
{
15+
16+
}
1217
}

0 commit comments

Comments
 (0)