eZ\Bundle\EzPublishRestBundle\Tests\Functional\ObjectStateTest::testDeleteObjectStateGroup PHP 메소드

testDeleteObjectStateGroup() 공개 메소드

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