PHP Class PHPUnit_Util_Skeleton_Test, qcodo

Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Util_Skeleton
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$methodNameCounter array

Méthodes publiques

Méthode Description
__construct ( string $inClassName, string $inSourceFile = '', string $outClassName = '', string $outSourceFile = '' ) Constructor.
generate ( boolean $verbose = FALSE ) : mixed Generates the test class' source.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $inClassName, string $inSourceFile = '', string $outClassName = '', string $outSourceFile = '' )
$inClassName string
$inSourceFile string
$outClassName string
$outSourceFile string

generate() public méthode

Generates the test class' source.
public generate ( boolean $verbose = FALSE ) : mixed
$verbose boolean
Résultat mixed

Property Details

$methodNameCounter protected_oe property

protected array $methodNameCounter
Résultat array