fix ApiCall test on PHP7.4
commit5b379b504569f0f5ea47a6962ef8814a86540e01
authorAndreas Gohr <andi@splitbrain.org>
Fri, 1 Dec 2023 14:49:51 +0000 (1 15:49 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Sun, 7 Jan 2024 12:41:19 +0000 (7 13:41 +0100)
tree672f2c3c6ed2b8863935811ebe5ad3cc6d6318ba
parentd95846aa88d1b48cdba1c1e4a1b17e5381f97b1d
fix ApiCall test on PHP7.4

Since PHP7.4 has no primitive type hints and PHP native methods have no
accessible docblocks, we can not use a native function for testing
(types always come back as string).
_test/tests/Remote/ApiCallTest.php