eZ\Bundle\EzPublishRestBundle\Tests\Functional\RootTest::testResultContainsTrashTagAttributes PHP Method

testResultContainsTrashTagAttributes() public method

    public function testResultContainsTrashTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'trash', 'attributes' => array('media-type' => 'application/vnd.ez.api.Trash+xml', 'href' => '/api/ezp/v2/content/trash')), $result, 'Invalid <trash> tag attributes.', false);
    }
RootTest