Ejemplo n.º 1
0
 function testGetInteger()
 {
     $ds = new lmbSet();
     $ds->set('test', '10b');
     $this->assertIdentical($ds->getInteger('test'), 10);
 }