コード例 #1
0
ファイル: RebeccaTest.php プロジェクト: Room-11/Jeeves
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new Rebecca($this->client);
 }
コード例 #2
0
ファイル: CanIUseTest.php プロジェクト: Room-11/Jeeves
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new CanIUse($this->client);
 }
コード例 #3
0
ファイル: AntiW3SchoolsTest.php プロジェクト: Room-11/Jeeves
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->plugin = new AntiW3Schools($this->client);
 }