eZ\Bundle\EzPublishRestBundle\Tests\Functional\ObjectStateTest::testDeleteObjectStateGroup PHP Method

testDeleteObjectStateGroup() public method

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