Property | Type | Description | |
---|---|---|---|
$expectedRegex | string | ||
$expectedString | string | ||
$obActive | boolean | ||
$output | string | ||
$outputCallback | mixed |
Method | Description | |
---|---|---|
expectOutputRegex ( string $expectedRegex ) | ||
expectOutputString ( string $expectedString ) | ||
expectedRegex ( ) : string | ||
expectedString ( ) : string | ||
getActualOutput ( ) : string | ||
normalizeOutput ( $buffer ) : string | ||
setOutputCallback ( $callback ) : boolean |
Method | Description | |
---|---|---|
runTest ( ) : mixed |
public expectOutputRegex ( string $expectedRegex ) | ||
$expectedRegex | string |
public expectOutputString ( string $expectedString ) | ||
$expectedString | string |