Example #1
0
 function testToSTring()
 {
     $c = new Model3();
     $c->doQuery();
     $this->assertEquals((string) $c, (string) $c->getID());
     $this->assertEquals((string) $c, $c->key());
 }