[php] Fix comment typo in testsuite
This commit is contained in:
parent
cadd97ac4f
commit
75810c0bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ check::classes(array('A','B'));
|
|||
// now new vars
|
||||
check::globals(array());
|
||||
|
||||
# Make sure $b inherites hello() from class A
|
||||
# Make sure $b inherits hello() from class A
|
||||
$b=new B();
|
||||
$b->hello();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue