PHP Class PHPSpec2\Event\SpecificationEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event, implements EventInterface
Show file Open project: phpspec/phpspec2 Class Usage Examples

Public Methods

Method Description
__construct ( Specification $specification, $time = null, $result = null )
getResult ( )
getSpecification ( )
getTime ( )

Method Details

__construct() public method

public __construct ( Specification $specification, $time = null, $result = null )
$specification PHPSpec2\Loader\Node\Specification

getResult() public method

public getResult ( )

getSpecification() public method

public getSpecification ( )

getTime() public method

public getTime ( )