public function testIsA()
 {
     $this->assertTrue(ObjectTest_MyObject::create() instanceof Object);
     $this->assertTrue(ObjectTest_MyObject::create() instanceof ObjectTest_MyObject);
 }