Exemplo n.º 1
0
 public function test_getIdName()
 {
     $x = new Service();
     $this->assertEquals('id', $x->getIdName());
 }