PHP Class Codeception\Lib\Generator\WPUnit

Inheritance: extends AbstractGenerator, implements Codeception\Lib\Generator\GeneratorInterface, use trait Codeception\Lib\Generator\Shared\Classname, use trait Codeception\Util\Shared\Namespaces
Show file Open project: lucatume/wp-browser Class Usage Examples

Protected Properties

Property Type Description
$baseClass
$name
$settings
$template

Public Methods

Method Description
__construct ( $settings, $name, $baseClass )
produce ( )

Method Details

__construct() public method

public __construct ( $settings, $name, $baseClass )

produce() public method

public produce ( )

Property Details

$baseClass protected property

protected $baseClass

$name protected property

protected $name

$settings protected property

protected $settings

$template protected property

protected $template