Beispiel #1
0
 public function testLightning()
 {
     $args = array(5, 'Customer');
     $this->assertEquals('Kevin', $this->urlMappingFunction('Kevin'));
     $this->assertEquals('Kevin', EventCache::read($this->MagicKey));
     $keys = EventCache::getKeys('deploy');
     $this->assertTrue(count($keys) === 0);
 }