eZ\Publish\Core\REST\Common\Tests\MessageTest::testCreateMessageDefaultBody PHP Method

testCreateMessageDefaultBody() public method

Tests creating the message with default body.
    public function testCreateMessageDefaultBody()
    {
        $message = new Common\Message();
        $this->assertSame('', $message->body);
    }