PHP: remove unneeded ctor from the director_extend testcase
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2d27a4296b
commit
3c604b402d
1 changed files with 0 additions and 5 deletions
|
|
@ -11,11 +11,6 @@ check::classes(array(SpObject));
|
||||||
check::globals(array());
|
check::globals(array());
|
||||||
|
|
||||||
class MyObject extends SpObject{
|
class MyObject extends SpObject{
|
||||||
function __construct() {
|
|
||||||
parent::__construct();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
function getFoo() {
|
function getFoo() {
|
||||||
return 123;
|
return 123;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue