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

testIsEmpty() public method

public testIsEmpty ( )
    public function testIsEmpty()
    {
        $this->assertRequestIsCorrect(function (IQueryable $queryable) {
            $queryable->isEmpty();
        }, $this->isEmptyQuery(), true);
    }
QueryBuildingTestsTrait