Assert\LazyAssertion::tryAll PHP Method

tryAll() public method

public tryAll ( )
    public function tryAll()
    {
        if (!$this->currentChain) {
            $this->alwaysTryAll = true;
        }
        $this->thisChainTryAll = true;
        return $this;
    }