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 9bd1f1bee We have 2024
add aa04bb940 [THRIFT-5757] Unit tests for php lib
No new revisions were added by this update.
Summary of changes:
composer.json | 3 +-
lib/php/lib/Factory/TFramedTransportFactory.php | 21 ++-
lib/php/lib/Factory/TTransportFactory.php | 22 ++-
lib/php/lib/Factory/TTransportFactoryInterface.php | 22 ++-
lib/php/lib/Server/TSSLServerSocket.php | 4 +
lib/php/lib/Server/TServerTransport.php | 1 +
.../Lib/Factory/TFramedTransportFactoryTest.php | 2 +-
.../Unit/Lib/Factory/TTransportFactoryTest.php | 2 +-
.../Fixture/TestProcessor.php} | 8 +-
.../Unit/Lib/Server/TForkingServerTest.php} | 21 +--
.../test/Unit/Lib/Server/TSSLServerSocketTest.php | 150 +++++++++++++++++++
lib/php/test/Unit/Lib/Server/TServerSocketTest.php | 128 ++++++++++++++++
lib/php/test/Unit/Lib/Server/TSimpleServerTest.php | 166 +++++++++++++++++++++
13 files changed, 524 insertions(+), 26 deletions(-)
copy lib/php/test/Unit/Lib/{ClassLoader/Fixtures/D/TestClass.php =>
Server/Fixture/TestProcessor.php} (86%)
copy lib/php/{lib/Protocol/JSON/BaseContext.php =>
test/Unit/Lib/Server/TForkingServerTest.php} (75%)
create mode 100644 lib/php/test/Unit/Lib/Server/TSSLServerSocketTest.php
create mode 100644 lib/php/test/Unit/Lib/Server/TServerSocketTest.php
create mode 100644 lib/php/test/Unit/Lib/Server/TSimpleServerTest.php