Eloquent\Phony\Assertion\ExceptionAssertionRecorder::createSuccess PHP Method

createSuccess() public method

Record that a successful assertion occurred.
public createSuccess ( array $events = [] ) : Eloquent\Phony\Event\EventCollection
$events array
return Eloquent\Phony\Event\EventCollection The result.
    public function createSuccess(array $events = array())
    {
        return new EventSequence($events, $this->callVerifierFactory);
    }