PHPSpec2\Event\SpecificationEvent::__construct PHP Method

__construct() public method

public __construct ( Specification $specification, $time = null, $result = null )
$specification PHPSpec2\Loader\Node\Specification
    public function __construct(Specification $specification, $time = null, $result = null)
    {
        $this->specification = $specification;
        $this->time = $time;
        $this->result = $result;
    }