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

testAny() public method

public testAny ( )
    public function testAny()
    {
        $this->assertRequestIsCorrect(function (IQueryable $queryable) {
            $queryable->any();
        }, $this->anyQuery(), true);
    }
QueryBuildingTestsTrait