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

testResultContainsSortOrder() public method

Tests that the resulting location contains sort order.
public testResultContainsSortOrder ( eZ\Publish\API\Repository\Values\Content\Location $result )
$result eZ\Publish\API\Repository\Values\Content\Location
    public function testResultContainsSortOrder($result)
    {
        $this->assertEquals(Location::SORT_ORDER_ASC, $result->sortOrder);
    }