コード例 #1
0
 function testGetArray()
 {
     $ds = new lmbSet();
     $ds->set('test', array('foo'));
     $this->assertIdentical($ds->getArray('test'), array('foo'));
 }