/** */ public function testGetAlnum() { /** * $inputarray['x']['woot'] = array( * 'booyah' => 'meet at the bar at 7:30 pm', */ $this->assertSame('meetatthebarat730pm', $this->cage->getAlnum('x/woot/booyah')); }