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:
parent
064b8148ea
commit
735fe4b60a
6 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue