public static function setUpBeforeClass() { include 'setuptests.php'; self::$f = FreePBX::create(); $_REQUEST['test1'] = 1; $_REQUEST['test2'] = "two"; $_REQUEST['test3'] = "3"; $_REQUEST['test4'] = "'<>\""; $_REQUEST['radio'] = "radio=poot"; }
/** * Set up the request method * */ public function setUp() { parent::setUp(); $this->method = new CliCurl(); }
/** * Set up the request method * */ public function setUp() { parent::setUp(); $this->method = new Socket(); }