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:
Miklos Vajna 2009-08-18 13:47:27 +00:00
commit 3c604b402d

View file

@ -11,11 +11,6 @@ check::classes(array(SpObject));
check::globals(array());
class MyObject extends SpObject{
function __construct() {
parent::__construct();
return;
}
function getFoo() {
return 123;
}