Skip to content

Testing: MiniWebApp AOT GET api/status JSON route (#1529)#1636

Merged
PurHur merged 1 commit into
masterfrom
issue-1529-aot-api-status-test
May 24, 2026
Merged

Testing: MiniWebApp AOT GET api/status JSON route (#1529)#1636
PurHur merged 1 commit into
masterfrom
issue-1529-aot-api-status-test

Conversation

@PurHur
Copy link
Copy Markdown
Owner

@PurHur PurHur commented May 24, 2026

Summary

  • Add testQueryRouteApiStatus and testPathInfoApiStatus to MiniWebAppAotExecuteTest for native AOT JSON status route coverage.
  • Add MiniWebAppCgiEnv::aotPathInfoApiStatus() helper mirroring the existing AOT PATH_INFO hello pattern.

Closes #1529.

Test plan

  • MINIWEBAPP_AOT_EXECUTE_GATE=1 vendor/bin/phpunit --filter MiniWebAppAotExecuteTest (6/6 pass in Docker with LLVM)
  • New tests assert "ok":true and "service":"003-MiniWebApp" on query and PATH_INFO dispatch

Made with Cursor

Add query-string and PATH_INFO native-binary assertions for the JSON
status route, matching VM parity and North Star 1 checklist (#1044).

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Testing: MiniWebApp AOT GET api/status JSON route in MiniWebAppAotExecuteTest

1 participant