Exemplo n.º 1
0
 public function testIsInstanceOf()
 {
     $o = new Db_Object('Page');
     $this->assertTrue($o->isInstanceOf('Page'));
     $this->assertFalse($o->isInstanceOf('User'));
 }