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

joinWithDefaultQuery() protected method

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