This is an automated email from the ASF dual-hosted git repository.
sveneld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 9bc9c9379 Run the Haxe library unit tests (neko) in CI
add f69b418f1 THRIFT-6023: Add HTTP transport support to PHP cross-tests
(#3515)
No new revisions were added by this update.
Summary of changes:
composer.json | 1 +
test/known_failures_Linux.json | 8 +
test/php/HttpRouter.php | 77 +++++++++
test/php/HttpServer.php | 117 +++++++++++++
test/php/TestClient.php | 364 ++++++++++++++++++-----------------------
test/php/TestServer.php | 56 ++-----
test/php/protocols.php | 49 ++++++
test/tests.json | 6 +-
8 files changed, 431 insertions(+), 247 deletions(-)
create mode 100644 test/php/HttpRouter.php
create mode 100644 test/php/HttpServer.php
create mode 100644 test/php/protocols.php