wasmerio / wasmer-php

🐘🕸️ WebAssembly runtime for PHP
https://wasmerio.github.io/wasmer-php/wasm/
MIT License
1k stars 42 forks source link

test(extension) Test the extension with reflection. #13

Closed Hywan closed 5 years ago

Hywan commented 5 years ago

This patch adds unit tests to test the extension based on the reflection API. It allows to test deeply the API, like function argument types, required arguments etc.