Remove incorrect comments
This commit is contained in:
parent
6d08992945
commit
7df6c832c3
1 changed files with 0 additions and 3 deletions
|
|
@ -3,11 +3,8 @@
|
|||
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,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
|
||||
check::globals(array(bar_a));
|
||||
|
||||
class FooBar extends Bar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue