eZ\Publish\Core\REST\Client\Tests\Input\Parser\LocationTest::testResultIsLocation PHP Method

testResultIsLocation() public method

Tests that the resulting location is in fact an instance of Location class.
public testResultIsLocation ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location
    public function testResultIsLocation($result)
    {
        $this->assertInstanceOf('\\eZ\\Publish\\API\\Repository\\Values\\Content\\Location', $result);
    }