Pinq\Tests\Integration\Queries\QueryParsingTest::joinTwoWithDefaultsQuery PHP Method

joinTwoWithDefaultsQuery() protected method

protected joinTwoWithDefaultsQuery ( )
    protected function joinTwoWithDefaultsQuery()
    {
        return $this->scopeRequest([new Q\Segments\Join(new Q\Common\Join\Options($this->sequenceSource(), false, null, true, $this->parameter(), $this->parameter()), $this->arrayConnectorProjection())]);
    }