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

orderByAscendingWithThenByAscendingQuery() protected method

    protected function orderByAscendingWithThenByAscendingQuery()
    {
        return $this->scopeRequest([new Q\Segments\OrderBy([new Q\Segments\Ordering($this->selfProjection(), $this->parameter()), new Q\Segments\Ordering($this->selfProjection(), $this->parameter())])]);
    }