sveneld opened a new pull request, #3405:
URL: https://github.com/apache/thrift/pull/3405

   ## Summary
   - add PHP runtime coverage tests for `TBase`, `TProtocol` skip paths, 
multiplexing/message decoration, and base server/transport abstractions
   - add coverage for JSON/SimpleJSON helper contexts, `TApplicationException`, 
and constant/type classes
   - keep production PHP runtime code unchanged
   
   ## Validation
   - `docker run --rm -v "$PWD:/src" -w /src php:8.3-cli php vendor/bin/phpunit 
-c lib/php/phpunit.xml --filter 
'/(TBaseTest|TProtocolTest|TMultiplexedProcessorTest|StoredMessageProtocolTest|TServerTest|TServerTransportTest|TTransportTest|JsonContextTest|SimpleJsonContextTest|TApplicationExceptionTest|ExceptionTypesTest|TypeConstantsTest)/'
 lib/php/test/Unit/Lib`
   - `docker run --rm -v "$PWD:/src" -w /src php:8.3-cli sh -lc 'for f in 
lib/php/test/Unit/Lib/Base/TBaseTest.php 
lib/php/test/Unit/Lib/Protocol/TProtocolTest.php 
lib/php/test/Unit/Lib/TMultiplexedProcessorTest.php 
lib/php/test/Unit/Lib/StoredMessageProtocolTest.php 
lib/php/test/Unit/Lib/Server/TServerTest.php 
lib/php/test/Unit/Lib/Server/TServerTransportTest.php 
lib/php/test/Unit/Lib/Transport/TTransportTest.php 
lib/php/test/Unit/Lib/Protocol/JsonContextTest.php 
lib/php/test/Unit/Lib/Protocol/SimpleJsonContextTest.php 
lib/php/test/Unit/Lib/Exception/TApplicationExceptionTest.php 
lib/php/test/Unit/Lib/Exception/ExceptionTypesTest.php 
lib/php/test/Unit/Lib/Type/TypeConstantsTest.php; do php -l "$f" || exit 1; 
done'`
   
   Generated-by: Codex GPT-5.4
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to