Filter out is_python_* in PHP tests

These functions are added in a number of testcases but for all
languages not just Python.  It's tedious having to update the
PHP expected function lists for them, so let's just filter them
out.
This commit is contained in:
Olly Betts 2022-03-01 11:48:05 +13:00
commit 735fe4b60a
6 changed files with 9 additions and 8 deletions

View file

@ -2,8 +2,8 @@
require "tests.php";
// New functions
check::functions(array('is_python_builtin'));
// No new functions
check::functions(array());
// New classes
check::classes(array('StaticMemberTest','StaticFunctionTest','cpp_static','StaticBase','StaticDerived'));
// No new vars