[php] Fix comment typo in testsuite

This commit is contained in:
Olly Betts 2019-02-08 15:33:37 +13:00
commit 75810c0bdc

View file

@ -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();