App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
MessageTest Class Reference
Inheritance diagram for MessageTest:
google\appengine\testing\ApiProxyTestBase

Public Member Functions

 testConstructorBadValues ()
 
 testConstructNonString ()
 
 testAddAttachmentError ()
 
 testAddAttachmentFilenameTypeError ()
 
 testAddAttachmentArrayError ()
 
 testCheckValidEmails ()
 
 testAddHeaderNonWhitelisted ()
 
 testAddHeaderWrongKeyType ()
 
 testAddHeaderArray ()
 
 testInvalidContentId ()
 
 testSetHtmlBody ()
 
 testSetReplyTo ()
 
 testSetSender ()
 
 testSetSubject ()
 
 testSetTextBody ()
 
 testSendNoSender ()
 
 testSendNoRecipient ()
 
 testSendNoSubject ()
 
 testSendNoBody ()
 
 testSucceedFields ()
 
 testSucceedWithOptionsArray ()
 
 testSucceedWithOptionsArrayContentID ()
 
 testSucceedWithAttachments ()
 
 testSucceedWithHeaders ()
 
 testRpcApplicationErrorInternalError ()
 
 testRpcApplicationErrorBadRequest ()
 
 testRpcApplicationErrorUnauthorizedSender ()
 
 testRpcApplicationErrorInvalidAttachmentType ()
 
 testRpcApplicationErrorInvalidHeaderName ()
 

Additional Inherited Members

- Protected Member Functions inherited from google\appengine\testing\ApiProxyTestBase
 setUp ()
 
 tearDown ()
 

Member Function Documentation

MessageTest::testSucceedFields ( )

Tests various message elements:

  • everything in setupMessageSimple()
  • to (array)
  • bcc, bcc (array)
  • cc, cc (array)
  • html body
  • reply to

The documentation for this class was generated from the following file: