Add expected functions which get generated to silence testsuite warning
This commit is contained in:
parent
ae14ad0c4a
commit
6d08992945
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ require "tests.php";
|
|||
require "director_protected.php";
|
||||
|
||||
// No new functions
|
||||
check::functions(array(foo_pong,foo_s,foo_q,foo_ping,foo_pang,foo_used,bar_create,bar_pong,bar_used,bar_ping,bar_pang,a_draw,b_draw));
|
||||
check::functions(array(foo_pong,foo_s,foo_q,foo_ping,foo_pang,foo_used,foo_cheer,bar_create,bar_callping,bar_callcheer,bar_cheer,bar_pong,bar_used,bar_ping,bar_pang,a_draw,b_draw));
|
||||
// No new classes
|
||||
check::classes(array(Foo,Bar,PrivateFoo,A,B,AA,BB));
|
||||
// now new vars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue