expectsRequest( 'post', '/v2/messages' ); $resource = \Telnyx\Message::Create([ "from" => static::TEST_SRC_LONG_CODE, "to" => static::TEST_DST, "text" => static::TEST_MESSAGE_BODY ]); $this->assertInstanceOf(\Telnyx\Message::class, $resource); } }