This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from 8f1bfda81 THRIFT-5926: Fix TSaslClientTransport.open() for DIGEST-MD5
     add 9f1fb7a66 THRIFT-5934: Fix deprecated usage of 
ReflectionProperty::setAccessible() in PHP tests

No new revisions were added by this update.

Summary of changes:
 .../Lib/Factory/TBinaryProtocolFactoryTest.php     | 17 ++--
 .../Lib/Factory/TCompactProtocolFactoryTest.php    |  9 +--
 .../Lib/Factory/TFramedTransportFactoryTest.php    | 17 ++--
 .../Unit/Lib/Factory/TJSONProtocolFactoryTest.php  |  9 +--
 .../Unit/Lib/Factory/TStringFuncFactoryTest.php    |  7 +-
 .../Unit/Lib/Protocol/TCompactProtocolTest.php     | 92 +++++++---------------
 lib/php/test/Unit/Lib/ReflectionHelper.php         | 73 +++++++++++++++++
 .../test/Unit/Lib/Server/TSSLServerSocketTest.php  | 16 ++--
 lib/php/test/Unit/Lib/Server/TServerSocketTest.php | 21 ++---
 .../Unit/Lib/Transport/TBufferedTransportTest.php  | 32 +++-----
 .../test/Unit/Lib/Transport/TCurlClientTest.php    | 65 +++++----------
 .../Unit/Lib/Transport/TFramedTransportTest.php    | 20 ++---
 .../test/Unit/Lib/Transport/THttpClientTest.php    | 32 +++-----
 .../test/Unit/Lib/Transport/TSocketPoolTest.php    | 44 +++--------
 lib/php/test/Unit/Lib/Transport/TSocketTest.php    | 30 ++-----
 15 files changed, 199 insertions(+), 285 deletions(-)
 create mode 100644 lib/php/test/Unit/Lib/ReflectionHelper.php

Reply via email to