public function testGet() { $this->_sut->put('foo', 33); $this->assertEquals(33, $this->_sut->get('foo')); }
private function _buildLicense(array $incoming) { $map = new tubepress_internal_collection_Map(); foreach ($incoming as $key => $value) { $map->put($key, $value); } return $map; }