eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\LocationCreateStructTest::testResultContainsSortOrderValueElement PHP Method

testResultContainsSortOrderValueElement() public method

Tests that the result contains sortOrder value element.
    public function testResultContainsSortOrderValueElement($result)
    {
        $this->assertXMLTag(array('tag' => 'sortOrder', 'content' => 'ASC'), $result, 'Invalid or non-existing <LocationCreate> sortOrder value element.', false);
    }