コード例 #1
0
 public static function setUpBeforeClass()
 {
     self::$messaging = new Messaging();
     self::$messaging->authenticate(QUEUE_ACCOUNT, QUEUE_USERNAME, QUEUE_API_KEY);
     self::$queues = array();
     self::$topics = array();
 }