Eloquent\Phony\Assertion\ExceptionAssertionRecorder::createSuccess PHP Méthode

createSuccess() public méthode

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