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 9d4d6f05e Removed deprecated 'publish' workflow
add 1c593236d THRIFT-5961: Migrate PHPUnit tests to attributes and upgrade
to PHPUnit 10+ (#3438)
No new revisions were added by this update.
Summary of changes:
composer.json | 2 +-
lib/php/lib/Server/TForkingServer.php | 1 +
lib/php/phpunit.xml | 13 +-
...datorTest.php => AbstractValidatorTestCase.php} | 2 +-
.../Lib/ClassLoader/ThriftClassLoaderTest.php | 7 +-
.../Integration/Lib/Protocol/TJSONProtocolTest.php | 13 +-
.../Lib/Protocol/TSimpleJSONProtocolTest.php | 7 +-
lib/php/test/Integration/ValidatorOopTest.php | 2 +-
lib/php/test/Integration/ValidatorTest.php | 2 +-
.../Unit/Lib/ClassLoader/ThriftClassLoaderTest.php | 7 +-
lib/php/test/Unit/Lib/Exception/TExceptionTest.php | 7 +-
.../Lib/Factory/TBinaryProtocolFactoryTest.php | 11 +-
.../Lib/Factory/TCompactProtocolFactoryTest.php | 6 +-
.../Lib/Factory/TFramedTransportFactoryTest.php | 6 +-
.../Unit/Lib/Factory/TJSONProtocolFactoryTest.php | 2 +-
.../Unit/Lib/Factory/TStringFuncFactoryTest.php | 15 +-
.../Unit/Lib/Factory/TTransportFactoryTest.php | 6 +-
.../test/Unit/Lib/Protocol/BoundaryValuesTest.php | 5 +-
.../Protocol/TBinaryProtocolAcceleratedTest.php | 13 +-
.../test/Unit/Lib/Protocol/TBinaryProtocolTest.php | 356 ++++++++++++++-------
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 213 +++++++-----
.../test/Unit/Lib/Protocol/TJSONProtocolTest.php | 13 +-
.../Unit/Lib/Protocol/TMultiplexedProtocolTest.php | 7 +-
.../Unit/Lib/Protocol/TProtocolDecoratorTest.php | 7 +-
lib/php/test/Unit/Lib/Protocol/TProtocolTest.php | 11 +-
.../Unit/Lib/Protocol/TSimpleJSONProtocolTest.php | 25 +-
.../Unit/Lib/Serializer/TBinarySerializerTest.php | 7 +-
.../test/Unit/Lib/Server/TForkingServerTest.php | 26 +-
lib/php/test/Unit/Lib/Server/TServerTest.php | 10 +-
.../test/Unit/Lib/Server/TServerTransportTest.php | 2 +-
lib/php/test/Unit/Lib/Server/TSimpleServerTest.php | 36 ++-
.../test/Unit/Lib/StoredMessageProtocolTest.php | 2 +-
lib/php/test/Unit/Lib/StringFunc/CoreTest.php | 13 +-
lib/php/test/Unit/Lib/StringFunc/MbStringTest.php | 13 +-
.../test/Unit/Lib/TMultiplexedProcessorTest.php | 12 +-
.../Unit/Lib/Transport/TBufferedTransportTest.php | 27 +-
.../test/Unit/Lib/Transport/TCurlClientTest.php | 120 +++----
.../Unit/Lib/Transport/TFramedTransportTest.php | 37 ++-
.../test/Unit/Lib/Transport/THttpClientTest.php | 13 +-
.../test/Unit/Lib/Transport/TMemoryBufferTest.php | 13 +-
lib/php/test/Unit/Lib/Transport/TPhpStreamTest.php | 80 +++--
lib/php/test/Unit/Lib/Transport/TSSLSocketTest.php | 13 +-
.../test/Unit/Lib/Transport/TSocketPoolTest.php | 156 ++++++---
lib/php/test/Unit/Lib/Transport/TSocketTest.php | 31 +-
.../Lib/Transport/TransportErrorScenariosTest.php | 6 +-
45 files changed, 801 insertions(+), 575 deletions(-)
rename lib/php/test/Integration/{BaseValidatorTest.php =>
AbstractValidatorTestCase.php} (99%)