PHP Class eZ\Publish\Core\REST\Common\Tests\MessageTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCreateMessageConstructorBody ( ) Tests creating message with body set through constructor.
testCreateMessageConstructorHeaders ( ) Tests creating message with headers set through constructor.
testCreateMessageDefaultBody ( ) Tests creating the message with default body.
testCreateMessageDefaultHeaders ( ) Tests creating the message with default headers.

Method Details

testCreateMessageConstructorBody() public method

Tests creating message with body set through constructor.

testCreateMessageConstructorHeaders() public method

Tests creating message with headers set through constructor.

testCreateMessageDefaultBody() public method

Tests creating the message with default body.

testCreateMessageDefaultHeaders() public method

Tests creating the message with default headers.