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