Pinq\Tests\Integration\Queries\QueryBuildingTestsTrait::testLast PHP Method

testLast() public method

public testLast ( )
    public function testLast()
    {
        $this->assertRequestIsCorrect(function (IQueryable $queryable) {
            $queryable->last();
        }, $this->lastQuery(), true);
    }
QueryBuildingTestsTrait