Exemple #1
0
 public function testConstructor()
 {
     $this->assertEquals($this->client, $this->plugin->getClient());
     $this->assertEquals($this->options, $this->plugin->getOptions());
 }