eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\BadRequestExceptionTest::getExpectedStatusCode PHP Method

getExpectedStatusCode() protected method

Get expected status code.
protected getExpectedStatusCode ( ) : integer
return integer
    protected function getExpectedStatusCode()
    {
        return 400;
    }