eZ\Bundle\EzPublishRestBundle\Tests\Functional\RootTest::testResultContainsRootLocationTag PHP 메소드

testResultContainsRootLocationTag() 공개 메소드

    public function testResultContainsRootLocationTag($result)
    {
        $this->assertXMLTag(array('tag' => 'rootLocation'), $result, 'Invalid <rootLocation> tag.', false);
    }
RootTest