PHP Trait Codeception\Specify

Show file Open project: codeception/specify

Public Methods

Method Description
afterSpecify ( Closure $callable = null )
beforeSpecify ( Closure $callable = null )
cleanSpecify ( )
specify ( $specification, Closure $callable = null, $params = [] )
specifyConfig ( )

Private Methods

Method Description
getSpecifyExamples ( $params ) : array
getSpecifyExpectedException ( $params )
getSpecifyObjectProperties ( ) : ObjectProperty[]
specifyCheckMockObjects ( )
specifyCloneProperties ( ObjectProperty[] $properties )
specifyExecute ( $test, $throws = false, $examples = [] )
specifyGetClassPrivateProperties ( )
specifyGetPhpUnitReflection ( ) : ReflectionClass | null
specifyInit ( )
specifyRestoreProperties ( ObjectProperty[] $properties )

Method Details

afterSpecify() public method

public afterSpecify ( Closure $callable = null )
$callable Closure

beforeSpecify() public method

public beforeSpecify ( Closure $callable = null )
$callable Closure

cleanSpecify() public method

public cleanSpecify ( )

specify() public method

public specify ( $specification, Closure $callable = null, $params = [] )
$callable Closure

specifyConfig() public method

public specifyConfig ( )