Doctrine\MongoDB\Tests\Query\BuilderTest::testSphericalRequiresGeoNearCommand PHP Method

testSphericalRequiresGeoNearCommand() public method

    public function testSphericalRequiresGeoNearCommand()
    {
        $qb = $this->getTestQueryBuilder();
        $qb->spherical();
    }
BuilderTest