eZ\Bundle\EzPublishRestBundle\Tests\Functional\LocationTest::testDeleteSubtree PHP Method

testDeleteSubtree() public method

public testDeleteSubtree ( $locationHref )
    public function testDeleteSubtree($locationHref)
    {
        $response = $this->sendHttpRequest($this->createHttpRequest('DELETE', $locationHref));
        self::assertHttpResponseCodeEquals($response, 204);
    }