Exemple #1
0
 public function setUp()
 {
     $this->client = 'dummy';
     $this->options = array('option1' => 1);
     $this->plugin = new MyPlugin();
     $this->plugin->initPlugin($this->client, $this->options);
 }