Example #1
0
 public function setUp()
 {
     parent::setUp();
     $this->_SERVER_CPY = $_SERVER;
     $this->_POST_CPY = $_POST;
     $this->server = new Server();
 }
 public function setUp()
 {
     parent::setUp();
     $this->listener = $this->createListener();
 }
Example #3
0
 public function setUp()
 {
     parent::setUp();
     $this->payload = new Payload(array('dummy' => 1), HookManager::EVENT_PING, '_ID_');
 }
Example #4
0
 public function setUp()
 {
     parent::setUp();
     $this->hook = new Hook('_ID_', '_OWNER_', '_REPOSITORY_');
 }