Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new Rebecca($this->client);
 }
Ejemplo n.º 2
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new CanIUse($this->client);
 }
Ejemplo n.º 3
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new AntiW3Schools($this->client);
 }