CodeceptionModule
Codeception\Module
-
Uses
Codeception\Util\Shared\Asserts
Basic class for Modules and Helpers. You must extend from it while implementing own helpers.
Public methods of this class start with _
prefix in order to ignore them in actor classes. Module contains HOOKS which allow to handle test execution routine.
$includeInheritedActions
public static $includeInheritedActions
By setting it to false module wan’t inherit methods of parent class.
type bool
$onlyActions
public static $onlyActions
Allows to explicitly set what methods have this class.
type array